Automatically building a GitHub Pages site #178
qtzar
started this conversation in
Show and tell
Replies: 2 comments
-
Thanks! I've converted your issue to a discussion in the Q&A section. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want to build multiple branches using a GitHub workflow you can use the following yaml. Just replace the Repository URL and the branch names with the values that you need.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not an issue but wasn't sure where to put this but I have been able to build out a GitHub Action to create the static site in a gh-pages branch which you can then publish using GitHub Pages.
Create a file like buildsite.yml in the .github/workflows directory in your repository with the following contents. Make sure you have a file called workspace.dsl in the root of the repository or change the location in the docker run command line as required.
Hope this helps somebody.
Beta Was this translation helpful? Give feedback.
All reactions