mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-11 21:51:12 -06:00
Improve website build documentation (#162)
This improves the documentation on how to build the website and applies a couple of additional fixes. Followup to #161
This commit is contained in:
committed by
GitHub
parent
a8ad6f0a8b
commit
50d65f693b
2
.github/workflows/release-website.yml
vendored
2
.github/workflows/release-website.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
image: ghcr.io/hendricius/the-sourdough-framework:latest
|
||||
options: -v ${{ github.workspace }}:/app
|
||||
run: |
|
||||
cd /app/website
|
||||
cd /app/book
|
||||
make website
|
||||
- name: Release baked website to S3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
|
||||
Reference in New Issue
Block a user