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