This commit is contained in:
parent
c033fc75c8
commit
e1655375f8
@ -10,7 +10,9 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- run: sudo apt -qqy update
|
||||
- run: sudo apt -qqy install hugo
|
||||
- run: sudo apt -qqy install wget
|
||||
- run: wget https://github.com/gohugoio/hugo/releases/download/v0.141.0/hugo_0.141.0_linux-amd64.deb
|
||||
- run: sudo dpkg -i hugo_0.141.0_linux-amd64.deb
|
||||
- run: hugo
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user