diff --git a/.ci/build_docs.sh b/.ci/build_docs.sh index 32dff81..a8d55ce 100755 --- a/.ci/build_docs.sh +++ b/.ci/build_docs.sh @@ -12,7 +12,7 @@ LIBADA_DIR="${HOME}/workspace/src/libada" # tags. We fix this by deleting and re-cloning the full repository. # TODO: Unsure if we still need to do this for Github Actions rm -rf ${LIBADA_DIR} -git clone "git@github.com:${GITHUB_REPOSITORY}.git" ${LIBADA_DIR} +git clone "https://github.com/${GITHUB_REPOSITORY}.git" ${LIBADA_DIR} # Organize into "gh-pages" directory mkdir -p ${GITHUB_WORKSPACE}/gh-pages diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e0c7326..73bad14 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,6 @@ jobs: # Docs - os: ubuntu-20.04 catkin: ON - aikidopy: OFF build: DOCS config: "" runs-on: ${{ matrix.os }} @@ -28,10 +27,9 @@ jobs: USE_CATKIN: ${{ matrix.catkin }} BUILD_NAME: ${{ matrix.build }} CATKIN_CONFIG_OPTIONS: ${{ matrix.config }} - BUILD_AIKIDOPY: ${{ matrix.aikidopy }} BUILD_TYPE: Release DISTRIBUTION: ${{ secrets.DISTRIBUTION }} - REPOSITORY: aikido + REPOSITORY: libada SUDO: sudo CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} steps: