Update GitHub Pages workflow file example

This commit is contained in:
Joe Mooring
2024-06-28 13:44:09 -07:00
committed by GitHub
parent 0271341023
commit 80b6ae99c4
@@ -112,7 +112,7 @@ jobs:
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo