From 297f96ab9929d39cabf81c7c25228c568515a5fa Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sun, 15 Dec 2024 08:18:35 +0100 Subject: [PATCH] Added postbuild script to the Gitea Action --- .gitea/workflows/build_and_deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index 27ae4e3..d63f1b4 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -29,6 +29,9 @@ jobs: run: | ./zola build + - name: Run postbuild script + run: bash ./postbuild.sh + - name: Set Destination Folder if MASTER if: ${{ github.ref == 'refs/heads/master' }} run: echo "DEST_FOLDER=/srv/www/cz/filiprojek/www" >> $GITHUB_ENV