Skip to content

Commit 733cc47

Browse files
authored
Merge pull request #2638 from PaddlePaddle/DDDivano-FixWorkflow
Update gh-pages.yml
2 parents 870a455 + 8fb6b5f commit 733cc47

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)