add node
Some checks failed
Hugo / build (push) Failing after 21s

This commit is contained in:
Brooke 2024-03-06 02:50:52 -05:00
parent 681fb4cabb
commit 523793aecb

View file

@ -10,7 +10,7 @@ jobs:
runs-on: hugo-latest
steps:
- name: Grab packages
run: apt update && apt install -y rsync
run: apt update && apt install -y rsync nodejs
- uses: actions/checkout@v4
- name: Run build task
run: hugo --minify --logLevel info