aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pages.yml')
-rw-r--r--.github/workflows/pages.yml2
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