diff --git a/.github/workflows/release-book-website.yml b/.github/workflows/release-book-website.yml index 489f1a9..fb5aed7 100644 --- a/.github/workflows/release-book-website.yml +++ b/.github/workflows/release-book-website.yml @@ -81,14 +81,6 @@ jobs: book/book_serif/book.log book/book_serif/book.pdf book/book-epub/book.epub - - name: Bake the website - uses: addnab/docker-run-action@v3 - with: - image: ${{ env.LATEST_IMAGE }} - options: -v ${{ github.workspace }}:/app - run: | - cd /app/book - make mrproper && make website - name: Release baked website to S3 uses: shallwefootball/s3-upload-action@master with: diff --git a/.github/workflows/test-book-website.yml b/.github/workflows/test-book-website.yml index 4489eec..188320e 100644 --- a/.github/workflows/test-book-website.yml +++ b/.github/workflows/test-book-website.yml @@ -27,14 +27,14 @@ jobs: run: | cd /app/book make printvars - - name: Test baking the release versions + - name: Test baking the release versions and website uses: addnab/docker-run-action@v3 with: image: ${{ env.DOCKER_IMAGE }} options: -v ${{ github.workspace }}:/app run: | cd /app/book - make -j build_serif_pdf build_ebook + make -j build_serif_pdf build_ebook website - name: Upload book Artifacts uses: actions/upload-artifact@v3 with: @@ -43,14 +43,6 @@ jobs: book/book_serif/book.log book/book_serif/book.pdf book/book-epub/book.epub - - name: Test building website - uses: addnab/docker-run-action@v3 - with: - image: ${{ env.DOCKER_IMAGE }} - options: -v ${{ github.workspace }}:/app - run: | - cd /app/book - make mrproper && make website - name: Upload website Artifacts uses: actions/upload-artifact@v3 with: