From a4a9ba3ae8c8439d6c0f80eb00a959c9a0dd9a13 Mon Sep 17 00:00:00 2001 From: Aditya Shankar Paspunurwar Date: Thu, 1 May 2025 15:21:29 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e85339..7f88ff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,6 @@ name: ci on: push: branches: - - master - main permissions: contents: write @@ -19,5 +18,4 @@ jobs: key: ${{ github.ref }} path: .cache - run: pip install mkdocs-material - - run: pip install pillow cairosvg - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: mkdocs gh-deploy --force --clean --verbose