Skip to content

Commit

Permalink
add gh-pages to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 0474b73 commit 395d98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Set the correct Node version using nvm
shell: bash -l {0}
run: nvm install
run: nvm install && npm install -g gh-pages --save-dev

- name: Install yarn
shell: bash -l {0}
Expand Down

0 comments on commit 395d98d

Please sign in to comment.