another typo
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Successful in 5s
Build and Deploy Resume Site / push-content (push) Failing after 1s

This commit is contained in:
shockrah 2024-09-03 16:06:11 -07:00
parent 13735c09af
commit 6ed35f6762

View File

@ -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/