used pipe for writing the commands

This commit is contained in:
2022-02-08 13:50:40 +01:00
parent 58c752fa83
commit 7122c85eaf

View File

@@ -27,7 +27,9 @@ jobs:
root_file: thesis.tex root_file: thesis.tex
- name: Prepare files 🗄 - name: Prepare files 🗄
run: mkdir out && cp main.pdf out/index.pdf run: |
mkdir out
cp main.pdf out/index.pdf
- name: Deploy application 🚀 - name: Deploy application 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3 uses: JamesIves/github-pages-deploy-action@releases/v3