diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7804dc..8f08a7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,4 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('.cache/**') }} path: .cache - run: pip install -r requirements.txt - - run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git - - run: make deploy \ No newline at end of file + - run: mkdocs gh-deploy --force \ No newline at end of file