From b2a00932946a3d3c99808db86b9edc37b3ac9550 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 25 Oct 2022 19:20:30 -0700 Subject: [PATCH] [ci] Revert upgrade of github-pages-deploy-action (#4521) It broke publishing --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6774e736c0..79bdf399e0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -47,7 +47,7 @@ jobs: with: ssh-private-key: ${{ secrets.GH_DEPLOY_KEY }} - name: Deploy Java 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: SSH: true REPOSITORY_NAME: wpilibsuite/wpilibsuite.github.io @@ -56,7 +56,7 @@ jobs: FOLDER: docs/build/docs/javadoc TARGET_FOLDER: ${{ env.TARGET_FOLDER }}/java - name: Deploy C++ 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: SSH: true REPOSITORY_NAME: wpilibsuite/wpilibsuite.github.io