From 889186ec3eeab8b08279256724a0c2273b94f0ba Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sun, 8 Dec 2024 13:36:53 -0500 Subject: [PATCH] docs: Force update of GitHub Pages deployment --- .github/workflows/make-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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