changed build directory to dist

This commit is contained in:
2022-02-08 13:55:58 +01:00
parent 0f9d6a8702
commit fe6d591d0e

View File

@@ -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