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/