Browse Source

ci: fix site deploy

pull/33066/head
xrkffgg 3 years ago
committed by GitHub
parent
commit
a95030c641
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/site-deploy.yml

7
.github/workflows/site-deploy.yml

@ -62,9 +62,6 @@ jobs:
- name: deploy
uses: peaceiris/actions-gh-pages@v3
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./_site
with:
emptyCommits: false
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./_site

Loading…
Cancel
Save