Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RAPIDS_DOCS_DIR to custom-job.yaml #93

Merged
merged 1 commit into from
May 30, 2023
Merged

Conversation

ajschmidt8
Copy link
Member

@ajschmidt8 ajschmidt8 commented May 19, 2023

This PR is necessary for rapidsai/gha-tools#56.

Note: the path in this PR uses /tmp instead of the ${{ github.workspace }} convention used in places like this: https://github.com/rapidsai/shared-action-workflows/blob/914f969d872d37d57f5449407635fc3ddb8d8e4b/.github/workflows/conda-cpp-tests.yaml#L103-L105

The problem with github.workspace is that it's the same directory that the code is checked out to. Therefore since a docs directory already exists in cudf's root directory, this would cause problems. Assuming this /tmp path works as expected, I will open up a follow-up PR to update the github.workspace instances to follow this convention.

This PR is necessary for rapidsai/gha-tools#56.

Note: this path uses `/tmp` instead of the `${{ github.workspace }}` convention used in places like this: https://github.com/rapidsai/shared-action-workflows/blob/914f969d872d37d57f5449407635fc3ddb8d8e4b/.github/workflows/conda-cpp-tests.yaml#L103-L105. The problem with `github.workspace` is that it's the same directory that the code is checked out to. Therefore since a `docs` directory already exists in `cudf`'s root directory, this would cause problems. Assuming this `/tmp` path works as expected, I will open up a follow-up PR to update the `github.workspace` instances to follow this convention.
@ajschmidt8 ajschmidt8 marked this pull request as ready for review May 24, 2023 16:57
@ajschmidt8 ajschmidt8 changed the base branch from branch-23.06 to branch-23.08 May 30, 2023 17:59
@ajschmidt8 ajschmidt8 merged commit d2aaf85 into branch-23.08 May 30, 2023
@ajschmidt8 ajschmidt8 deleted the docs-dir branch May 30, 2023 17:59
@ajschmidt8
Copy link
Member Author

Reverted in #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants