This commit is contained in:
parent
fe7ee54601
commit
37a95607b3
@ -12,10 +12,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build MkDocs Material
|
- name: Build MkDocs Material
|
||||||
# We use the official image to build the site into the 'site' folder
|
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v "${{ github.workspace }}:/docs" \
|
docker run --rm -v "${{ github.workspace }}:/docs" \
|
||||||
squidfunk/mkdocs-material build
|
squidfunk/mkdocs-material build -f /docs/mkdocs.yml
|
||||||
|
|
||||||
- name: Sync to Garage S3
|
- name: Sync to Garage S3
|
||||||
uses: https://github.com/jakejarvis/s3-sync-action@master
|
uses: https://github.com/jakejarvis/s3-sync-action@master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user