diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index d9ec4b5..f65b1f6 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -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/