From f6dd2b2af8986cddeb523e5fb9e2303db3c345c3 Mon Sep 17 00:00:00 2001 From: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> Date: Thu, 17 Dec 2020 17:34:32 -0800 Subject: [PATCH] Update docs deploy to use a newer GH action (#291) The newer version of the action should deploy with a newer version of mkdocs-material, which should support the color scheme change in #290 --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4293fcee..7962ca11 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v2 - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@1.11 + uses: mhausenblas/mkdocs-deploy-gh-pages@1.16 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}