docs: update gh-pages deploy script (#1522)

`fetch-depth: 0` is necessary for last updated to work
pull/1525/head
Divyansh Singh 2 years ago committed by GitHub
parent a5054f6938
commit 63e695745e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save