Skip to content

Commit

Permalink
Merge pull request #3 from kupl/dependabot/github_actions/actions/con…
Browse files Browse the repository at this point in the history
…figure-pages-5

Bump actions/configure-pages from 4 to 5
  • Loading branch information
henrylee97 authored May 21, 2024
2 parents 4b5f6b5 + 22c8b51 commit 403a6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
submodules: recursive
- 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
Expand Down

0 comments on commit 403a6c2

Please sign in to comment.