Skip to content

Commit

Permalink
Upgrade Hugo to 0.126
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed May 22, 2024
1 parent 19f7f6d commit 5e08c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.126.1
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -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 5e08c24

Please sign in to comment.