Skip to content

Commit 6ee7d49

Browse files
authored
fix: revert github actions changes
1 parent f3254de commit 6ee7d49

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ env:
1010
PUBLISH_DIR: "./public"
1111
PUBLISH_BRANCH: "gh-pages"
1212

13-
permissions:
14-
contents: write
15-
pages: write
16-
id-token: write
17-
1813
jobs:
1914
build-deploy:
2015
runs-on: ubuntu-latest
@@ -43,7 +38,3 @@ jobs:
4338
publish_dir: ${{ env.PUBLISH_DIR }}
4439
publish_branch: ${{ env.PUBLISH_BRANCH }}
4540
commit_message: "Deploy site to GitHub Pages - ${{ github.sha }}"
46-
47-
- name: Trigger GitHub Pages deployment
48-
if: github.ref == 'refs/heads/main'
49-
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)