Skip to content

Commit

Permalink
Bump peaceiris/actions-hugo from 2 to 3 in the github-actions group (#19
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] committed Apr 27, 2024
1 parent 0c895da commit 502df45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-cv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: peaceiris/actions-hugo@v2
- uses: peaceiris/actions-hugo@v3
with: {hugo-version: 0.101.0, extended: true}

- run: sudo apt update && sudo apt install ghostscript wkhtmltopdf # https://wkhtmltopdf.org/
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: peaceiris/actions-hugo@v2
- uses: peaceiris/actions-hugo@v3
with: {hugo-version: 0.101.0, extended: true}

- run: hugo --minify --baseURL "https://cv.tarampamp.am/" -d ./dist
Expand Down

0 comments on commit 502df45

Please sign in to comment.