Skip to content

Commit

Permalink
downgrade netlify-cli to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
christianholland authored Jan 30, 2022
1 parent 7d29fbd commit 54a8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
run: |
npm install netlify-cli -g
npm install netlify-cli@6.8.12 -g
netlify deploy --prod --dir _book

0 comments on commit 54a8798

Please sign in to comment.