Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Sep 23, 2024
1 parent 327f936 commit 39a1beb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
ref: 'gh-pages'
path: 'gh-pages-folder'

- name: Deploy (preferred version)
uses: JamesIves/github-pages-deploy-action@v4
with:
single-commit: true
branch: gh-pages
folder: gh-pages-folder/version/${{ env.PREFERRED_VERSION }}
clean: true
clean-exclude: version
# - name: Deploy (preferred version)
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# single-commit: true
# branch: gh-pages
# folder: gh-pages-folder/version/${{ env.PREFERRED_VERSION }}
# clean: true
# clean-exclude: version

0 comments on commit 39a1beb

Please sign in to comment.