We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3254de commit 6ee7d49Copy full SHA for 6ee7d49
.github/workflows/build.yml
@@ -10,11 +10,6 @@ env:
10
PUBLISH_DIR: "./public"
11
PUBLISH_BRANCH: "gh-pages"
12
13
-permissions:
14
- contents: write
15
- pages: write
16
- id-token: write
17
-
18
jobs:
19
build-deploy:
20
runs-on: ubuntu-latest
@@ -43,7 +38,3 @@ jobs:
43
38
publish_dir: ${{ env.PUBLISH_DIR }}
44
39
publish_branch: ${{ env.PUBLISH_BRANCH }}
45
40
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