Skip to content

Commit

Permalink
Upgrade Hugo to version 0.123.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Feb 28, 2024
1 parent 7a3cb13 commit 192185b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: lint
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.1
HUGO_VERSION: 0.123.3
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Build
run: hugo --minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand All @@ -56,4 +56,4 @@ jobs:
uses: actions/configure-pages@v4
- name: Deploy
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion themes/tale
Submodule tale updated from f3b743 to b3bc7c

0 comments on commit 192185b

Please sign in to comment.