Skip to content

Commit c82e80b

Browse files
committed
fix syntax error yml file
1 parent bb20136 commit c82e80b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: List Available Images
4040
run: docker images
4141

42-
- name: Make Docker HTML (JBook: create html)
42+
- name: Make Docker HTML (JBook---create html)
4343
run: make docker-html
4444

4545
- name: Check links - Markdown
@@ -48,16 +48,16 @@ jobs:
4848
- name: Make Docker Linkcheck
4949
run: make docker-linkcheck
5050

51-
- name: Make Docker PDF (JBook: create pdf)
51+
- name: Make Docker PDF (JBook---create pdf)
5252
run: |
5353
make docker-pdf
54-
sudo cp book/_build/latex/book.pdf book/_build/html/book.pdf
54+
sudo cp -v book/_build/latex/book.pdf book/_build/html/book.pdf
5555
5656
- name: Gather outputs in pages
5757
run: |
5858
mkdir -p pages
59-
cp -a book/_build/html/* pages
60-
cp -a book/_build/latex/book.pdf pages
59+
cp -av book/_build/html/* pages
60+
cp -av book/_build/latex/book.pdf pages
6161
6262
# Deploy output to gh-pages branch
6363
- name: GitHub Pages action

0 commit comments

Comments
 (0)