workflow simplify
This commit is contained in:
parent
c62d1a95ea
commit
d48ec96e01
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@ jobs:
|
||||||
wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_0.144.2_linux-amd64.deb
|
wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.144.2/hugo_extended_0.144.2_linux-amd64.deb
|
||||||
dpkg -i hugo.deb
|
dpkg -i hugo.deb
|
||||||
|
|
||||||
|
- uses: https://forge.melm.xyz/melmco/cache@v4
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
~/.cache/go-build
|
||||||
|
~/go
|
||||||
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue