Testing file paths and shared artifacts
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user