mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Upload build artifacts on release
This commit is contained in:
13
.github/workflows/release-book-website.yml
vendored
13
.github/workflows/release-book-website.yml
vendored
@@ -65,6 +65,19 @@ jobs:
|
|||||||
aws_bucket: ${{ secrets.AWS_BUCKET_WEBSITE }}
|
aws_bucket: ${{ secrets.AWS_BUCKET_WEBSITE }}
|
||||||
source_dir: website/static_website_html
|
source_dir: website/static_website_html
|
||||||
destination_dir: static_html_root
|
destination_dir: static_html_root
|
||||||
|
- name: Upload book Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: books
|
||||||
|
path: |
|
||||||
|
book/book_serif/book.log
|
||||||
|
book/book_serif/book.pdf
|
||||||
|
book/book-epub/book.epub
|
||||||
|
- name: Upload website Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: website
|
||||||
|
path: website/static_website_html
|
||||||
invalidate-book-website-cache:
|
invalidate-book-website-cache:
|
||||||
needs: release-book-website
|
needs: release-book-website
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user