Skip to content

Commit

Permalink
Install gh-pages cli
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Nov 17, 2023
1 parent ff260c2 commit 3883026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Build docs
run: npm run docs:build

- name: Install gh-pages cli
run: npm install gh-pages -g

- name: Deploy docs
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down

0 comments on commit 3883026

Please sign in to comment.