diff --git a/.github/workflows/make-docs.yml b/.github/workflows/make-docs.yml index 83254b4e4..ca622c8ce 100644 --- a/.github/workflows/make-docs.yml +++ b/.github/workflows/make-docs.yml @@ -24,4 +24,4 @@ jobs: restore-keys: | mkdocs-material- - run: pip install mkdocs-material - - run: cd docs && mkdocs gh-deploy + - run: cd docs && mkdocs gh-deploy --force