Debugging file paths
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 8s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 8s
This commit is contained in:
parent
c644031196
commit
f4d97809b9
@ -6,9 +6,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup-website-content:
|
setup-website-content:
|
||||||
env:
|
|
||||||
remote_path: "/opt/nginx/test.shockrah.xyz"
|
|
||||||
ssh_target: "html-deployer@shockrah.xyz"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: shockrah/hugo
|
image: shockrah/hugo
|
||||||
@ -16,7 +13,7 @@ jobs:
|
|||||||
- name: Checkout repository resources
|
- name: Checkout repository resources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build website content
|
- name: Build website content
|
||||||
run: hugo && ls -R
|
run: hugo && pwd && ls -R
|
||||||
- name: Copy files with rsync
|
- name: Copy files with rsync
|
||||||
uses: tempersama/rsync-copy@2.4
|
uses: tempersama/rsync-copy@2.4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user