mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Fix wrong folder
This commit is contained in:
parent
44b1e2a079
commit
ba2d0dd6d1
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
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: publish preview
|
- name: publish preview
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
uses: JamesIves/github-pages-deploy-action@4.1.5
|
||||||
with:
|
with:
|
||||||
folder: dist
|
folder: pull/dist
|
||||||
branch: build-previews
|
branch: build-previews
|
||||||
target-folder: ${{ env.BASE }}
|
target-folder: ${{ env.BASE }}
|
||||||
single-commit: true
|
single-commit: true
|
||||||
|
|
Loading…
Reference in a new issue