From cef0d9c8f711b0d7561a9a343b594abb1d5a734f Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 14 Mar 2025 13:12:24 +0100 Subject: [PATCH] Rename action & final cleanups --- .github/workflows/release-book-website.yml | 2 +- .github/workflows/test-book-website.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-book-website.yml b/.github/workflows/release-book-website.yml index aa74fad..638ddfd 100644 --- a/.github/workflows/release-book-website.yml +++ b/.github/workflows/release-book-website.yml @@ -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" diff --git a/.github/workflows/test-book-website.yml b/.github/workflows/test-book-website.yml index 0686b29..49ef558 100644 --- a/.github/workflows/test-book-website.yml +++ b/.github/workflows/test-book-website.yml @@ -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