-
Notifications
You must be signed in to change notification settings - Fork 39
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
Latest build_deploy workflow deleted dev
on deploy to gh-pages
#383
Comments
Noooo I'm sorry! 😢 That's what I get for merging in a repo I haven't been fully keeping upwith. What's the solution here - can we manually deploy just to get them back up? |
Hmm I think stable was using something from dev -- the version switcher and the announcement? |
Not your fault at all @DragaDoncila |
# References and relevant issues closes: #383 The deploy workflow "works" but is deploying nothing: https://github.com/napari/docs/actions/runs/8563891050/job/23469798992#step:4:1833 > cp: no such file or directory: /home/runner/work/docs/docs/docs/* The artifact is extracted to: https://github.com/napari/docs/actions/runs/8563891050/job/23469798992#step:2:12 > Starting download of artifact to: /home/runner/work/docs/docs > ... > Extracting artifact entry: /home/runner/work/docs/docs/_images/3D-button.png There is confusing paths with docs and docs. It looks like the deployment is relative to the last working dir and not the top-level. # Description In this PR I set the path of the download action to `html` (instead of downloading by name, which shouldn't matter here) which should make things clearer and then use that for the deployment.
🐛 Bug
napari.org latest is a 404 because
dev/
is deletednapari/napari.github.io@3a3d212
While the commit is a different PR, it's because of concurrency--two PR merged at the same time basically.
The issue lies with the workflow edited here:
#380
Could also be the tags issue raised during review of #348
The text was updated successfully, but these errors were encountered: