[ci] Update Github Pages deploy action parameters (#5343)

This commit is contained in:
Ryan Blue
2023-05-18 00:02:43 -04:00
committed by GitHub
parent e0f851871f
commit 4d28bdc19e

View File

@@ -47,18 +47,18 @@ jobs:
- name: Deploy Java 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
SSH: true
REPOSITORY_NAME: wpilibsuite/wpilibsuite.github.io
BRANCH: main
CLEAN: true
FOLDER: docs/build/docs/javadoc
TARGET_FOLDER: ${{ env.TARGET_FOLDER }}/java
ssh-key: true
repository-name: wpilibsuite/wpilibsuite.github.io
branch: main
clean: true
folder: docs/build/docs/javadoc
target-folder: ${{ env.TARGET_FOLDER }}/java
- name: Deploy C++ 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
SSH: true
REPOSITORY_NAME: wpilibsuite/wpilibsuite.github.io
BRANCH: main
CLEAN: true
FOLDER: docs/build/docs/doxygen/html
TARGET_FOLDER: ${{ env.TARGET_FOLDER }}/cpp
ssh-key: true
repository-name: wpilibsuite/wpilibsuite.github.io
branch: main
clean: true
folder: docs/build/docs/doxygen/html
target-folder: ${{ env.TARGET_FOLDER }}/cpp