Added postbuild script to the Gitea Action
This commit is contained in:
parent
3112316e7d
commit
297f96ab99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user