Rename action & final cleanups
Some checks failed
Release the book and website / build-and-push-image (push) Has been cancelled
Release the book and website / release-book-website (push) Has been cancelled

This commit is contained in:
Hendrik Kleinwaechter
2025-03-14 13:12:24 +01:00
parent 656404782a
commit cef0d9c8f7
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ jobs:
book/book_serif/book.log
book/book_serif/book.pdf
book/book-epub/book.epub
- name: Copy book to downloads server
- name: Copy website to downloads server
uses: burnett01/rsync-deployments@7.0.2
with:
switches: "-avzr --delete"

View File

@@ -41,7 +41,7 @@ jobs:
run: |
cd /app/book
make -j -O serif ebook website
- name: Upload book Artifacts
- name: Upload book artifacts to GitHub
uses: actions/upload-artifact@v4
with:
name: books
@@ -49,7 +49,7 @@ jobs:
book/book_serif/book.log
book/book_serif/book.pdf
book/book-epub/book.epub
- name: Upload website Artifacts
- name: Upload website artifacts to GitHub
uses: actions/upload-artifact@v4
with:
name: website