mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
install jq
This commit is contained in:
parent
e09b31a770
commit
92fcc4ca9c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -63,11 +63,11 @@ jobs:
|
|||
run: |
|
||||
aws s3 sync ./packages/gui/build \
|
||||
"s3://preview.gui.tea.xyz/$prefix"
|
||||
|
||||
- name: setup preview
|
||||
uses: getneil/jq-action@v1
|
||||
id: preview_setup
|
||||
with:
|
||||
cmd: .github/create-invalidate-preview.sh ${{ needs.changes.outputs.preview_folder }}
|
||||
run: .github/create-invalidate-preview.sh ${{ needs.changes.outputs.preview_folder }}
|
||||
|
||||
- name: comment preview site
|
||||
uses: mshick/add-pr-comment@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue