mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Attempt #2
This commit is contained in:
4
.github/workflows/release-book-website.yml
vendored
4
.github/workflows/release-book-website.yml
vendored
@@ -71,8 +71,8 @@ jobs:
|
|||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
source: "book/release/*"
|
source: "book/release/*.pdf,book/release/*.epub"
|
||||||
target: "~/downloads/the-sourdough-framework/"
|
target: "~/downloads/the-sourdough-framework"
|
||||||
- name: Release baked book to S3
|
- name: Release baked book to S3
|
||||||
uses: shallwefootball/s3-upload-action@master
|
uses: shallwefootball/s3-upload-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user