We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7106b commit 833320cCopy full SHA for 833320c
.github/workflows/manual_code_changes.yaml
@@ -13,7 +13,7 @@ env:
13
jobs:
14
Test:
15
permissions:
16
- contents: "read"
+ contents: "write"
17
# Required to auth against gcp
18
id-token: "write"
19
runs-on: ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
36
- name: Test documentation builds
37
run: make documentation
38
- name: Deploy documentation
39
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@v4
40
with:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments