Skip to content

Commit 2a45409

Browse files
committed
small workflow change
1 parent 044b068 commit 2a45409

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/dist
2+
act.sh

0 commit comments

Comments
 (0)