Skip to content

Commit

Permalink
static: Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 17, 2023
1 parent ea2f85a commit 5f38e38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
uses: actions/[email protected]
with:
node-version: v20.8.0
- run: node index.js
- run: |
npm install
node index.js
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 5f38e38

Please sign in to comment.