changed build directory to dist
This commit is contained in:
8
.github/workflows/cd.yaml
vendored
8
.github/workflows/cd.yaml
vendored
@@ -28,13 +28,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare files 🗄
|
- name: Prepare files 🗄
|
||||||
run: ️️|
|
run: ️️|
|
||||||
mkdir out
|
mkdir dist
|
||||||
cp main.pdf out/index.pdf
|
cp main.pdf dist/index.pdf
|
||||||
ls out
|
ls dist
|
||||||
|
|
||||||
- name: Deploy application 🚀
|
- name: Deploy application 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ github.TOKEN }}
|
GITHUB_TOKEN: ${{ github.TOKEN }}
|
||||||
BRANCH: ${{ env.BRANCH }}
|
BRANCH: ${{ env.BRANCH }}
|
||||||
FOLDER: out
|
FOLDER: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user