File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,21 @@ jobs:
3636 - name : Build EPUB
3737 run : make epub
3838
39- # 5. Copies the downsized images into the images folder to make the pdf build faster.
40- - name : Copy downsized images
41- run : cp images-downscaled/* images/
42-
43- # 6. Runs the 'make pdf' command which builds the pdf file.
44- - name : Build PDF
45- run : make pdf
46-
47- # 7. Uploads the generated EPUB from the 'dist' directory as a build artifact.
39+ # 5. Uploads the generated EPUB from the 'dist' directory as a build artifact.
4840 - name : Upload EPUB Artifact 📱
4941 uses : actions/upload-artifact@v4
5042 with :
5143 name : Book-EPUB
5244 path : dist/mastering-cardano-v1.0.0.epub
5345
46+ # 6. Copies the downsized images into the images folder to make the pdf build faster.
47+ - name : Copy downsized images
48+ run : cp images-downscaled/* images/
49+
50+ # 7. Runs the 'make pdf' command which builds the pdf file.
51+ - name : Build PDF
52+ run : make pdf
53+
5454 # 8. Uploads the generated PDF from the 'dist' directory as a build artifact.
5555 - name : Upload PDF Artifact 📄
5656 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 11/dist
2+ act.sh
You can’t perform that action at this time.
0 commit comments