From 333a3f73675c21def8266d26029d92926d0e48cf Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Sat, 7 Sep 2024 19:21:30 -0400 Subject: [PATCH] Fix typo --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5aaedf332..0288c0b41 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true' steps: - - uses: actions/checkout@v4A + - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0