Testing file paths and shared artifacts
This commit is contained in:
parent
b25c367bf0
commit
1508b9b1c0
@ -14,3 +14,16 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build website content
|
- name: Build website content
|
||||||
run: hugo
|
run: hugo
|
||||||
|
with:
|
||||||
|
name: content
|
||||||
|
path: public/
|
||||||
|
|
||||||
|
|
||||||
|
push-content:
|
||||||
|
needs: setup-website-content
|
||||||
|
runs-on: ubunt-latest
|
||||||
|
container:
|
||||||
|
image: shockrah/hugo
|
||||||
|
steps:
|
||||||
|
- name: Check file content is present
|
||||||
|
run: pwd && ls public/
|
||||||
|
Loading…
Reference in New Issue
Block a user