From 55c754dab445d3e95b0836be9e4aea1c910ebff1 Mon Sep 17 00:00:00 2001 From: Alex Engel Date: Mon, 10 Oct 2022 20:34:52 -0600 Subject: [PATCH] fixing doc bug? --- .github/workflows/docs-to_gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-to_gh-pages.yml b/.github/workflows/docs-to_gh-pages.yml index 67e40ef..030cdd6 100644 --- a/.github/workflows/docs-to_gh-pages.yml +++ b/.github/workflows/docs-to_gh-pages.yml @@ -4,7 +4,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow