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