Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FotieMConstant authored Sep 22, 2024
1 parent 0ab0e1a commit 8e1c6f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
node-version: '14'

- name: Install dependencies
run: npm install -g lanadoc-cli
run: |
npm install -g lanadoc-cli
echo "::add-path::$(npm config get prefix)/bin"
generate-and-deploy:
needs: install
Expand Down

0 comments on commit 8e1c6f0

Please sign in to comment.