Skip to content

Commit

Permalink
Upgrade Hugo to 0.125
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Apr 20, 2024
1 parent 19f7f6d commit 4c87047
Showing 1 changed file with 3 additions and 3 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.124.0
HUGO_VERSION: 0.125.0
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@v3
uses: actions/upload-pages-artifact@v4
with:
path: ./public

Expand All @@ -53,7 +53,7 @@ jobs:
id-token: write
steps:
- name: Configure Deployment
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 4c87047

Please sign in to comment.