From 788f75100558385bb9713aca256870a5a5bf296c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 4 Apr 2025 12:38:53 -0500 Subject: [PATCH] update docs workflow --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d6be73f..f2654b3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -45,6 +45,6 @@ jobs: - name: Setup GitHub Pages uses: actions/configure-pages@v5 - name: Deploy to GitHub Pages - uses: action/deploy-pages@v4 + uses: actions/deploy-pages@v4 -- 2.51.2