From 8fa91137e469999e7061c6ba18dcfa0e3049ebe2 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sat, 22 Feb 2025 09:43:48 -0600 Subject: [PATCH] github-pages-deploy-action@v4.7.3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 024bd4bf9..11fe7d481 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -146,7 +146,7 @@ jobs: - name: Deploy Documentation for master if: matrix.gcc_v == 7 && github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages # The branch the action should deploy to. folder: doc # The folder the action should deploy.