Skip to content

Commit

Permalink
chore: fix configure action name
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Apr 23, 2024
1 parent e7a3f45 commit 7d52024
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 @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0
- name: Pages Setup
id: pages
uses: actions/configure/pages@v4
uses: actions/configure-pages@v4
- name: NodeJS depts
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build
Expand Down

0 comments on commit 7d52024

Please sign in to comment.