We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cafc65 commit d241dd6Copy full SHA for d241dd6
1 file changed
README.md
@@ -140,8 +140,10 @@ Steps:
140
- commit and push your changes to your fork, and in the main [repository](https://github.com/conda-forge/staged-recipes) open a PR.
141
13) Set up GitHub Pages to host the documentation website
142
- this will only work for a public repository
143
- - On GitHub, go to your repositories settings
144
- - for `Source`, choose "Deplot from a branch"
+ - On the GitHub repository, click the `main` button in the upper left
+ - type "gh-pages" and create a new branch
145
+ - go to your repositories settings -> `Pages`
146
+ - for `Source`, choose "Deploy from a branch"
147
- for `Branch`, choose "gh-pages"
148
- for `Select folder`, choose "root"
149
- optionally choose a custom URL and hit save
0 commit comments