Skip to content

Commit

Permalink
ci: fix Netlify CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jan 21, 2025
1 parent 518120e commit e6f8d42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
echo `pwd`/mdbook >> $GITHUB_PATH
- run: mdbook build docs
- name: Deploy Production
run: netlify deploy --dir=docs/book --site=markup-fmt --prod
run: |
npm i --location=global netlify-cli
netlify deploy --dir=docs/book --site=markup-fmt --prod
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit e6f8d42

Please sign in to comment.