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

This commit is contained in:
adrien 2026-04-26 01:35:37 +02:00
parent 37a95607b3
commit 0914ea0a60

View File

@ -11,10 +11,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build MkDocs Material
run: |
docker run --rm -v "${{ github.workspace }}:/docs" \
squidfunk/mkdocs-material build -f /docs/mkdocs.yml
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: pip install mkdocs-material
- name: Build
run: mkdocs build
- name: Sync to Garage S3
uses: https://github.com/jakejarvis/s3-sync-action@master