From 6b467726d92ac1296ada68aed4627a53470fe9b5 Mon Sep 17 00:00:00 2001 From: cgilet Date: Wed, 27 Mar 2024 06:19:29 -0400 Subject: [PATCH] Update deploy action version --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5ff9e258..5a8db712 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - name: Deploy if: github.event_name == 'push' && github.repository == 'AMReX-Fluids/IAMR' && github.ref == 'refs/heads/development' - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages # The branch the action should deploy to.