We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4ea2e commit b84b7a7Copy full SHA for b84b7a7
.github/workflows/check_documentation.yml
@@ -7,10 +7,12 @@ on:
7
branches: main
8
9
permissions:
10
- contents: write
11
-
+ contents: read
+
12
jobs:
13
documentationjob:
14
+ permissions:
15
+ contents: write
16
17
name: Build and Test Documentation
18
runs-on: ubuntu-22.04
@@ -55,7 +57,5 @@ jobs:
55
57
overwrite: true
56
58
59
- name: Documentation Deployment (Test)
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
run: |
61
if [ ${{ github.event_name }} != 'pull_request' ]; then bash .github/workflows/deploy_documentation.sh true; else bash .github/workflows/deploy_documentation.sh false; fi
0 commit comments