Testing
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s
Some checks failed
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1m27s
This commit is contained in:
parent
ee171f4cc1
commit
1f11cc3469
@ -6,6 +6,8 @@ on:
|
||||
jobs:
|
||||
generate_and_uplaod_site:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUNNER_RSA_KEY: ${{ secrets.runner_rsa_key }}
|
||||
steps:
|
||||
- name: Update Packages
|
||||
run: sudo apt update
|
||||
@ -19,15 +21,10 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Test
|
||||
run: pwd
|
||||
|
||||
- name: Generate the website
|
||||
run: ~/go/bin/hugo
|
||||
|
||||
- name: A Test
|
||||
env:
|
||||
RUNNER_RSA_KEY: ${{ secrets.runner_rsa_key }}
|
||||
run: echo $RUNNER_RSA_KEY
|
||||
|
||||
- name: Copy files over to webserver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user