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