.
Some checks failed
Deploy MkDocs to Garage / build-and-deploy (push) Failing after 28s

This commit is contained in:
adrien 2026-04-26 01:33:37 +02:00
parent fe7ee54601
commit 37a95607b3

View File

@ -12,10 +12,9 @@ jobs:
uses: actions/checkout@v4
- name: Build MkDocs Material
# We use the official image to build the site into the 'site' folder
run: |
docker run --rm -v "${{ github.workspace }}:/docs" \
squidfunk/mkdocs-material build
squidfunk/mkdocs-material build -f /docs/mkdocs.yml
- name: Sync to Garage S3
uses: https://github.com/jakejarvis/s3-sync-action@master