We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68562a3 commit e694c1fCopy full SHA for e694c1f
.github/workflows/handle-sheet-push.yml
@@ -58,7 +58,7 @@ jobs:
58
env:
59
DEST_DIR: ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }}
60
- run: find ${{ env.DEST_DIR }} -maxdepth 1 -type d -exec sh -c 'cp -R --verbose "$(basename "{}")/translations" "{}/"' 2>/dev/null \;
61
- if: steps.filter.outputs.force-update == 'true'
+ if: steps.filter.outputs.force-update != 'true' && steps.filter.outputs.sheet == 'true'
62
63
64
- run: gcloud storage rsync --project=roll20-actual ${{ runner.temp }}/${{ env.CDN_SHEETS_FOLDER }} gs://roll20-cdn/${{ env.CDN_SHEETS_FOLDER }} --cache-control='no-cache' --recursive
0 commit comments