We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c9e7b commit e397c68Copy full SHA for e397c68
.github/workflows/publish-docs.yml
@@ -17,6 +17,8 @@ on:
17
permissions:
18
contents: write
19
pull-requests: write
20
+ pages: write
21
+ id-token: write
22
23
jobs:
24
build:
@@ -124,6 +126,8 @@ jobs:
124
126
125
127
deploy-production:
128
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
129
+ permissions:
130
+ contents: write
131
runs-on: ubuntu-latest
132
needs: build
133
steps:
@@ -140,4 +144,5 @@ jobs:
140
144
uses: JamesIves/github-pages-deploy-action@v4
141
145
with:
142
146
branch: gh-pages
143
- folder: site
147
+ folder: site
148
+ clean: true
0 commit comments