Skip to content

Commit

Permalink
Merge pull request #6 from ZL-Audio/renovate/actions-configure-pages-5.x
Browse files Browse the repository at this point in the history
Update actions/configure-pages action to v5
  • Loading branch information
zsliu98 authored May 4, 2024
2 parents 3389e5a + 494c59c commit bddd917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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: Install PostCSS
Expand Down

0 comments on commit bddd917

Please sign in to comment.