Skip to content

Commit

Permalink
fix config and retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Sep 1, 2024
1 parent 9c5eb89 commit b810e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Copy config.sample.toml to config.toml
run: cp ./docs/config.sample.toml ./docs/config.toml
- 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 b810e62

Please sign in to comment.