used pipe for writing the commands
This commit is contained in:
4
.github/workflows/cd.yaml
vendored
4
.github/workflows/cd.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user