Skip to content

Commit 8fb6b5f

Browse files
authored
Update gh-pages.yml
1 parent 870a455 commit 8fb6b5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ jobs:
1818
with:
1919
python-version: 3.x
2020
- run: pip install mkdocs-material mkdocs-get-deps mkdocs-material-extensions mkdocs-multilang
21-
- run: mkdocs gh-deploy --force --remote-name origin
21+
- name: Deploy to GitHub Pages
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
run: mkdocs gh-deploy --force --remote-name origin

0 commit comments

Comments
 (0)