Skip to content

Commit

Permalink
new calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Nov 20, 2023
1 parent d3005ae commit 3f6ce6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
run: npm install
- name: Parcel Build
run: parcel build
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down

0 comments on commit 3f6ce6f

Please sign in to comment.