- Notifications
You must be signed in to change notification settings - Fork22
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Upload is now working. The settings page says the site should be athttps://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. |
Uh oh!
There was an error while loading.Please reload this page.
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 athttps://matplotlib.github.io/napari-matplotlib