-
Notifications
You must be signed in to change notification settings - Fork 22
Add doc deployment job #172
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
Conversation
.github/workflows/docs.yml
Outdated
name: docs | ||
|
||
- name: Push to GitHub pages | ||
uses: peaceiris/actions-gh-pages@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probs only want to publish the docs for commits to main.
uses: peaceiris/actions-gh-pages@v3 | |
uses: peaceiris/actions-gh-pages@v3 | |
if: github.event_name == 'push' && github.ref_name == 'main' |
And we could switch to JamesIves' action.
Upload is now working. The settings page says the site should be at https://matplotlib.org/napari-matplotlib/, but it is not. I suggest we 🚢 this, and I'll chat to the Matplotlib org admins about how to sort out the domain stuff. |
This is a cherry-pick of the first commit from #166 but where the branch is not from a fork, but from @matplotlib's repo directly.
Probably you need to set up the pages from the
gh-pages
branch in the repo settings? Because there's nothing at https://matplotlib.github.io/napari-matplotlib