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

Docs CI V2 Rework For Old Rsync #4941

Merged

Conversation

stanbrub
Copy link
Contributor

The original Docs CI V2 did not take into account that the deephaven.io production server uses an older version of Ubuntu (18.04) with an older version of rsync (3.1.2). So there were errors on a new-ish option (--mkpath) for creating the release/v* destination directory.

  • Added a step to make deephaven-core-v2/* directories with rsync without "--delete"
  • Removed "--mkpath" option on all jobs
  • Added "needs" to doc deploy jobs to ensure makedirs happens first
  • Removed unnecessary actions/checkout
  • Removed unnecessary concurrency

@stanbrub stanbrub merged commit dcbd44c into deephaven:main Dec 13, 2023
19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs CI V2 Fails on Deephaven.io Deploy
2 participants