You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a workflow that will trigger on pushes to draft which:
* Builds the HTML version of the spec (using the Makefile) in a build
subdirectory
* Moves the built HTML file as an index.html to a 'draft' subdirectory
* Switches to the gh-pages branch and moves the contents of the build
subdirectory into the repo root
* Commits the generated HTML files and pushes them to the gh-pages branch
on GitHub
Signed-off-by: Joshua Lock <[email protected]>
0 commit comments