From ae65a26af97b0bbff053ca988e339c6fa5b7eabe Mon Sep 17 00:00:00 2001 From: Mike van Riel Date: Thu, 5 Dec 2024 11:59:53 +0100 Subject: [PATCH] Forgot to remove the force option --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6be902d..7eaf32c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: # Only on feature branches - name: build documentation if: ${{ github.ref != 'refs/heads/main' }} - run: mkdocs build --clean --force + run: mkdocs build --clean - name: Store build artefact if: ${{ github.ref != 'refs/heads/main' }} uses: actions/upload-artifact@v4