From 1508b9b1c0108b5efd592311ed20e1c5e8cd783c Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 3 Sep 2024 15:55:00 -0700 Subject: [PATCH] Testing file paths and shared artifacts --- .gitea/workflows/build-and-deploy.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 59d32dc..2ccbc8f 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -14,3 +14,16 @@ jobs: uses: actions/checkout@v4 - name: Build website content run: hugo + with: + name: content + path: public/ + + + push-content: + needs: setup-website-content + runs-on: ubunt-latest + container: + image: shockrah/hugo + steps: + - name: Check file content is present + run: pwd && ls public/