Testing workflow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
parent
2c71e78a46
commit
5b7cf4e4d0
@ -13,12 +13,14 @@ jobs:
|
||||
- name: Install Go
|
||||
run: sudo apt install golang-go -y
|
||||
|
||||
- name: Preparing the Go compiler
|
||||
run: echo 'CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest'
|
||||
- name: Building Hugo
|
||||
run: go install github.com/gohugoio/hugo@latest
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: List files in the repository
|
||||
run: ls ${{ gitea.workspace }}
|
||||
- name: Generate the website
|
||||
run: hugo ${{ gitea.workspace }}
|
||||
|
||||
- name: Test of files are there
|
||||
run ls ${{ gitea.workspace }}/public
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user