Skip to content

Commit

Permalink
Update to Hugo version 0.124.1
Browse files Browse the repository at this point in the history
- Update other actions in deployment workflow
  • Loading branch information
martignoni committed Jul 6, 2024
1 parent a444076 commit 20307e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.6.0
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ env.HUGO_RELEASE }}
extended: true
env:
HUGO_RELEASE: '0.124.1'
HUGO_RELEASE: '0.128.2'
- name: Check Hugo installation
run: hugo env
- name: Build website with Hugo
run: hugo --minify --printI18nWarnings
- name: Deploy website with rsync
uses: burnett01/rsync-deployments@6.0.0
uses: burnett01/rsync-deployments@7.0.1
with:
switches: -avzr --quiet --delete
path: public/
Expand Down

0 comments on commit 20307e6

Please sign in to comment.