Skip to content

Commit cef0d9c

Browse files
committed
Rename action & final cleanups
1 parent 6564047 commit cef0d9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-book-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
book/book_serif/book.log
8383
book/book_serif/book.pdf
8484
book/book-epub/book.epub
85-
- name: Copy book to downloads server
85+
- name: Copy website to downloads server
8686
uses: burnett01/rsync-deployments@7.0.2
8787
with:
8888
switches: "-avzr --delete"

.github/workflows/test-book-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
run: |
4242
cd /app/book
4343
make -j -O serif ebook website
44-
- name: Upload book Artifacts
44+
- name: Upload book artifacts to GitHub
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: books
4848
path: |
4949
book/book_serif/book.log
5050
book/book_serif/book.pdf
5151
book/book-epub/book.epub
52-
- name: Upload website Artifacts
52+
- name: Upload website artifacts to GitHub
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: website

0 commit comments

Comments
 (0)