Skip to content

Commit

Permalink
docs: update gh-pages deploy script (#1522)
Browse files Browse the repository at this point in the history
`fetch-depth: 0` is necessary for last updated to work
  • Loading branch information
brc-dd committed Oct 21, 2022
1 parent a5054f6 commit 63e6957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 63e6957

Please sign in to comment.