mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 19:18:48 +08:00
build: getting action version numbers right IV #348
This commit is contained in:
parent
02202b085f
commit
3b3fc201ba
2
.github/actions/build_site/action.yaml
vendored
2
.github/actions/build_site/action.yaml
vendored
@ -4,7 +4,7 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.x
|
uses: peaceiris/actions-hugo@v2.6.0
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
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
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy site
|
- name: Deploy site
|
||||||
uses: peaceiris/actions-gh-pages@v3.x
|
uses: peaceiris/actions-gh-pages@v3.9.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ env.GITHUB_TOKEN }}
|
github_token: ${{ env.GITHUB_TOKEN }}
|
||||||
publish_dir: ${{ env.GITHUB_WORKSPACE }}/../public
|
publish_dir: ${{ env.GITHUB_WORKSPACE }}/../public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user