Skip to content

Commit 1c3a262

Browse files
committed
fixing writerside deploy
1 parent e809f03 commit 1c3a262

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/mkdocs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
url: ${{ steps.deployment.outputs.page_url }}
5151
# Requires build job results
5252
needs: build
53+
54+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
55+
permissions:
56+
pages: write # to deploy to Pages
57+
id-token: write # to verify the deployment originates from an appropriate source
58+
5359
runs-on: ubuntu-latest
5460

5561
steps:

0 commit comments

Comments
 (0)