mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 04:01:11 -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 }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
source: "book/release/*"
|
||||
target: "~/downloads/the-sourdough-framework/"
|
||||
source: "book/release/*.pdf,book/release/*.epub"
|
||||
target: "~/downloads/the-sourdough-framework"
|
||||
- name: Release baked book to S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user