another typo
This commit is contained in:
parent
13735c09af
commit
6ed35f6762
@ -13,9 +13,9 @@ 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 & pwd && ls -Rl
|
run: hugo && pwd && ls -Rl
|
||||||
with:
|
with:
|
||||||
name: content
|
name: site-content
|
||||||
path: public/
|
path: public/
|
||||||
|
|
||||||
|
|
||||||
@ -27,6 +27,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check file content is present
|
- name: Check file content is present
|
||||||
with:
|
with:
|
||||||
name: content
|
name: site-content
|
||||||
path: public/
|
path: public/
|
||||||
run: pwd && ls -lRt public/
|
run: pwd && ls -lRt public/
|
||||||
|
Loading…
Reference in New Issue
Block a user