Compare commits
6 Commits
41cf63b419
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ccdde5e275 | |||
| a25906f785 | |||
| 75cbcfd066 | |||
| e1d525e628 | |||
| 9d6d8eaf90 | |||
| 97aeea97ff |
@@ -28,13 +28,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout with submodules
|
- name: Checkout with submodules
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: recursive # Get submdules
|
submodules: recursive # Get submdules
|
||||||
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
- name: Setup required tools (Hugo)
|
- name: Setup required tools (Hugo)
|
||||||
uses: https://github.com/jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
|
uses: https://github.com/jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
|
||||||
with:
|
with:
|
||||||
cache: false # no cache on gitea
|
cache: false # no cache on gitea
|
||||||
github_token: ${{ secrets.GH_TOKEN }}
|
github_token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user