diff options
Diffstat (limited to '.github/workflows/pages.yml')
| -rw-r--r-- | .github/workflows/pages.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f0e0a6e..ff9252b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,4 +31,6 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - # git fetch origin gh-pages:gh-pages
\ No newline at end of file + git fetch origin gh-pages:gh-pages + pdm run mkdocs gh-deploy + git push origin gh-pages
\ No newline at end of file |
