Skip to content

Commit

Permalink
Adjust build workflow (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 3, 2022
1 parent b82849e commit 8a0356c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
Expand All @@ -29,5 +31,5 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist-docs

0 comments on commit 8a0356c

Please sign in to comment.