mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 14:11:11 -06:00
Change into folder
This commit is contained in:
1
.github/workflows/release-book.yml
vendored
1
.github/workflows/release-book.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
|||||||
uses: docker://ghcr.io/hendricius/the-sourdough-framework:latest
|
uses: docker://ghcr.io/hendricius/the-sourdough-framework:latest
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
|
cd book
|
||||||
make bake
|
make bake
|
||||||
- name: Release baked book to S3
|
- name: Release baked book to S3
|
||||||
uses: shallwefootball/s3-upload-action@master
|
uses: shallwefootball/s3-upload-action@master
|
||||||
|
|||||||
1
.github/workflows/release-website.yml
vendored
1
.github/workflows/release-website.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
|||||||
uses: docker://ghcr.io/hendricius/the-sourdough-framework:latest
|
uses: docker://ghcr.io/hendricius/the-sourdough-framework:latest
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
|
cd book
|
||||||
make website
|
make website
|
||||||
- name: Release baked website to S3
|
- name: Release baked website to S3
|
||||||
uses: shallwefootball/s3-upload-action@master
|
uses: shallwefootball/s3-upload-action@master
|
||||||
|
|||||||
Reference in New Issue
Block a user