Skip to content

Commit 36f80ab

Browse files
committed
remove build-website
1 parent a1f20b3 commit 36f80ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/microsoft-pr.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ jobs:
3131
PR_TITLE: ${{ github.event.pull_request.title }}
3232
run: |
3333
echo "$PR_TITLE" | npx @rnx-kit/[email protected]
34-
build-website:
35-
name: "Build the website"
36-
permissions: {}
37-
if: github.base_ref == 'main'
38-
uses: ./.github/workflows/microsoft-build-website.yml
34+
3935
npm-publish-dry-run:
4036
name: "NPM Publish (Dry Run)"
4137
permissions: {}

0 commit comments

Comments
 (0)