Skip to content

Commit cedb389

Browse files
authored
Merge pull request #6 from ai-chem/fix/mkdocs-deploy
Fix docs deploy
2 parents 29bf9f3 + 1470994 commit cedb389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mkdocs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
pages: write
1414
id-token: write
1515

@@ -34,4 +34,4 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./site
37+
publish_dir: ./site

0 commit comments

Comments
 (0)