From 37a95607b3330f0414d0f6e224545ae1cb0f3668 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 26 Apr 2026 01:33:37 +0200 Subject: [PATCH] . --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 150c668..789f3a4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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