mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
build: getting action version numbers right IV #348
This commit is contained in:
parent
02202b085f
commit
3b3fc201ba
2 changed files with 2 additions and 2 deletions
2
.github/actions/build_site/action.yaml
vendored
2
.github/actions/build_site/action.yaml
vendored
|
@ -4,7 +4,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2.x
|
||||
uses: peaceiris/actions-hugo@v2.6.0
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
|
||||
|
|
2
.github/actions/deploy_site/action.yaml
vendored
2
.github/actions/deploy_site/action.yaml
vendored
|
@ -8,7 +8,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Deploy site
|
||||
uses: peaceiris/actions-gh-pages@v3.x
|
||||
uses: peaceiris/actions-gh-pages@v3.9.0
|
||||
with:
|
||||
github_token: ${{ env.GITHUB_TOKEN }}
|
||||
publish_dir: ${{ env.GITHUB_WORKSPACE }}/../public
|
||||
|
|
Loading…
Reference in a new issue