From e0f851871fec439aed65b9f0fa5ade28819084f8 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Wed, 17 May 2023 23:42:52 -0400 Subject: [PATCH] [ci] Fix github pages deploy version (#5342) --- .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 20f773f199..256ba3fe72 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -45,7 +45,7 @@ jobs: with: ssh-private-key: ${{ secrets.GH_DEPLOY_KEY }} - name: Deploy Java 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: SSH: true REPOSITORY_NAME: wpilibsuite/wpilibsuite.github.io @@ -54,7 +54,7 @@ jobs: FOLDER: docs/build/docs/javadoc TARGET_FOLDER: ${{ env.TARGET_FOLDER }}/java - name: Deploy C++ 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: SSH: true REPOSITORY_NAME: wpilibsuite/wpilibsuite.github.io