Added postbuild script to the Gitea Action

This commit is contained in:
fr
2025-08-27 19:28:14 +02:00
parent 1117aee955
commit 09aa53b2f6
+3
View File
@@ -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