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:
|
jobs:
|
||||||
generate_and_uplaod_site:
|
generate_and_uplaod_site:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
RUNNER_RSA_KEY: ${{ secrets.runner_rsa_key }}
|
||||||
steps:
|
steps:
|
||||||
- name: Update Packages
|
- name: Update Packages
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
@ -19,15 +21,10 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: pwd
|
|
||||||
|
|
||||||
- name: Generate the website
|
- name: Generate the website
|
||||||
run: ~/go/bin/hugo
|
run: ~/go/bin/hugo
|
||||||
|
|
||||||
- name: A Test
|
- name: A Test
|
||||||
env:
|
|
||||||
RUNNER_RSA_KEY: ${{ secrets.runner_rsa_key }}
|
|
||||||
run: echo $RUNNER_RSA_KEY
|
run: echo $RUNNER_RSA_KEY
|
||||||
|
|
||||||
- name: Copy files over to webserver
|
- name: Copy files over to webserver
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user