Testing Actions
This commit is contained in:
parent
241782fdab
commit
573de261c2
1 changed files with 3 additions and 3 deletions
|
|
@ -8,6 +8,9 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies and Hugo
|
||||
run: |
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-amd64.deb &&
|
||||
|
|
@ -18,9 +21,6 @@ jobs:
|
|||
export PATH=$PATH:/usr/local/go/bin &&
|
||||
go version
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Hugo site
|
||||
run: hugo --minify
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue