diff options
| author | 2023-12-26 03:40:49 +0800 | |
|---|---|---|
| committer | 2023-12-26 03:40:49 +0800 | |
| commit | 0c3977160d628e85e798416ea76f0f7d3ef2b3d4 (patch) | |
| tree | 935abc7626135c12a093864f4d6b9d8d79899461 | |
| parent | a5ecfdc891bcff55106d6a86b1f4f911fa84eef4 (diff) | |
| download | echo-0c3977160d628e85e798416ea76f0f7d3ef2b3d4.tar.gz echo-0c3977160d628e85e798416ea76f0f7d3ef2b3d4.zip | |
| -rw-r--r-- | .github/workflows/pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d23eb11..536a8c3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,6 +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 + # git fetch origin gh-pages:gh-pages pdm run mkdocs deploy git push origin gh-pages
\ No newline at end of file |
