Change into folder

This commit is contained in:
Hendrik Kleinwaechter
2023-07-08 12:07:44 +02:00
parent eda0975d84
commit acace08de1
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ jobs:
uses: docker://ghcr.io/hendricius/the-sourdough-framework:latest
with:
run: |
cd book
make bake
- name: Release baked book to S3
uses: shallwefootball/s3-upload-action@master

View File

@@ -13,6 +13,7 @@ jobs:
uses: docker://ghcr.io/hendricius/the-sourdough-framework:latest
with:
run: |
cd book
make website
- name: Release baked website to S3
uses: shallwefootball/s3-upload-action@master