From 52f1fe3cdd4d0ff780b58e9ea918b4cd9fbf2ebf Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Fri, 22 Mar 2024 07:47:37 -0400 Subject: [PATCH] deploy action --- .github/workflows/altdoc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/altdoc.yaml b/.github/workflows/altdoc.yaml index 0c35417..e438a66 100644 --- a/.github/workflows/altdoc.yaml +++ b/.github/workflows/altdoc.yaml @@ -47,7 +47,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: clean: false branch: gh-pages