Skip to content

Commit

Permalink
Update actions in deployment CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Oct 16, 2024
1 parent b37c880 commit 44c9d08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ env.HUGO_RELEASE }}
extended: true
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Build website with Hugo
run: hugo --minify --printI18nWarnings
- name: Deploy website with rsync
uses: burnett01/rsync-deployments@5.2
uses: burnett01/rsync-deployments@7.0.1
with:
switches: -avzr --quiet --delete
path: public/
Expand Down

0 comments on commit 44c9d08

Please sign in to comment.