Skip to content

Commit 0c1f07c

Browse files
authored
Update publish.yml
1 parent 2399931 commit 0c1f07c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
branches:
99
- main
1010
- dev
11-
11+
permissions:
12+
contents: read
1213
jobs:
13-
1414
publish:
1515
name: Publish the site
1616
runs-on: ubuntu-latest
@@ -28,4 +28,4 @@ jobs:
2828
run: pip install -r docs/requirements.txt
2929

3030
- name: Run Mkdocs deploy
31-
run: mkdocs gh-deploy --force
31+
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)