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