Compare commits
2 Commits
2f7c70e846
...
7ea2913b68
Author | SHA1 | Date | |
---|---|---|---|
|
7ea2913b68 | ||
|
b295a58d3d |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.6.0
|
uses: peaceiris/actions-hugo@v3.0.0
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: latest
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ./public
|
path: ./public
|
||||||
- uses: peaceiris/actions-gh-pages@v3.9.2
|
- uses: peaceiris/actions-gh-pages@v4.0.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user