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 🗄
run: |
mkdir out
cp main.pdf out/index.pdf
ls out
mkdir dist
cp main.pdf dist/index.pdf
ls dist
- name: Deploy application 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ github.TOKEN }}
BRANCH: ${{ env.BRANCH }}
FOLDER: out
FOLDER: dist