Skip to content

Commit

Permalink
Do we need to force this?
Browse files Browse the repository at this point in the history
  • Loading branch information
popey committed Nov 27, 2023
1 parent 3efd1f2 commit 0d8656a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Install vanilla-framework
run: npm install vanilla-framework
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down

0 comments on commit 0d8656a

Please sign in to comment.