Fix wrong folder
parent
b1b205c9a8
commit
76430b2d33
|
|
@ -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 New Issue