destination_dir check

This commit is contained in:
unclekingpin 2023-05-18 13:21:46 -07:00
parent af64c2bbd8
commit 1eedb8477f

View file

@ -24,6 +24,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
destination_dir: ${{ github.ref_name }}
destination_dir: `[[ "${{ github.ref_name }}" != "pages-ci" ]] && echo ${{ github.ref_name }}`
keep_files: true
allow_empty_commit: true