Update .gitea/workflows/upload_site.yaml
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 25s
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 25s
This commit is contained in:
parent
c588222391
commit
9a21211ffa
@ -28,8 +28,11 @@ jobs:
|
||||
- name: List the contents
|
||||
run: ls ./layouts/_default
|
||||
|
||||
- name: Generate the website
|
||||
run: ~/go/bin/hugo
|
||||
#- name: Generate the website
|
||||
# run: ~/go/bin/hugo
|
||||
|
||||
- name: Build the website
|
||||
run: hugo
|
||||
|
||||
- name: Sending my key to file
|
||||
run: echo "${{ secrets.RUNNER_SSH_KEY }}" > ~/key
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user