Skip to content

Commit

Permalink
Upgrade actions-gh-pages to "v3"
Browse files Browse the repository at this point in the history
Upgrade actions-gh-pages to "v3"
  • Loading branch information
ruzickap committed Feb 18, 2020
1 parent 0ea9aa9 commit f96a712
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/vuepress-build-check-deploy.yml
Expand Up @@ -79,11 +79,9 @@ jobs:
wget -qO- https://raw.githubusercontent.com/ruzickap/action-my-broken-link-checker/v1/entrypoint.sh | bash
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.8.0
uses: peaceiris/actions-gh-pages@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./docs/.vuepress/dist
with:
forceOrphan: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vuepress/dist
force_orphan: true

0 comments on commit f96a712

Please sign in to comment.