another typo
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user