mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
Fix build
being build_preview
This commit is contained in:
parent
f584819a16
commit
f554687878
1 changed files with 1 additions and 1 deletions
2
.github/workflows/preview_pull_request.yml
vendored
2
.github/workflows/preview_pull_request.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: build
|
||||
uses: ./.github/actions/build_preview
|
||||
uses: ./.github/actions/build
|
||||
with:
|
||||
base: /${{ env.REPO }}/${{ env.BASE }}/
|
||||
folder: pull
|
||||
|
|
Loading…
Reference in a new issue