another typo
This commit is contained in:
parent
13735c09af
commit
6ed35f6762
@ -13,9 +13,9 @@ jobs:
|
||||
- name: Checkout repository resources
|
||||
uses: actions/checkout@v4
|
||||
- name: Build website content
|
||||
run: hugo & pwd && ls -Rl
|
||||
run: hugo && pwd && ls -Rl
|
||||
with:
|
||||
name: content
|
||||
name: site-content
|
||||
path: public/
|
||||
|
||||
|
||||
@ -27,6 +27,6 @@ jobs:
|
||||
steps:
|
||||
- name: Check file content is present
|
||||
with:
|
||||
name: content
|
||||
name: site-content
|
||||
path: public/
|
||||
run: pwd && ls -lRt public/
|
||||
|
Loading…
Reference in New Issue
Block a user