Skip to content

Commit

Permalink
feat: retry ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Mar 9, 2024
1 parent 31916d8 commit 5ffba78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
uses: actions/configure-pages@v4
- name: Install Node.js dependencies
run: " npm install --save-dev autoprefixer postcss-cli && npm ci || true"
- name: Update Hugo Modules
run: hugo mod get -u ./...
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down

0 comments on commit 5ffba78

Please sign in to comment.