馃懛 Documentation built through GitHub Actions - #80
Merged
Conversation
Add `.github/workflows/deploy_pages.yml` This action builds on the documentation rework in Pull Request SPFlow#79. This workflow: 1. Runs when changes are pushed to the `master` branch 2. Clones the repository 3. Sets up Python 4. Installs dependencies and runs `make html` 5. Deploys `docs/build/html/` on a `gh-pages` branch The GitHub repository settings may be configured to serve the contents of the `gh-pages` branch, so the main site will still be built from the `spflow.github.io` repository, and accessed at: - `https://spflow.github.io/` ... while the documentation will be served from: - `https://spflow.github.io/SPFlow/`
Author
|
A demo showing how this might work is currently online in the IUProHealth organization: Repository Settings:
There's a separate Pull Request in the |
hayesall
marked this pull request as ready for review
June 8, 2020 00:46
hayesall
added a commit
to hayesall/SPFlow
that referenced
this pull request
Jun 8, 2020
Start building docs against Python 3.6 Add `sudo apt-get install -y graphviz` to install This corrects two oversights made in Pull Request SPFlow#80
braun-steven
pushed a commit
that referenced
this pull request
Nov 7, 2025
馃懛 Documentation built through GitHub Actions Former-commit-id: 3b95017
braun-steven
pushed a commit
that referenced
this pull request
Nov 7, 2025
馃懛 Documentation built through GitHub Actions Former-commit-id: 1282e16
braun-steven
pushed a commit
that referenced
this pull request
Nov 7, 2025
馃懛 Documentation built through GitHub Actions Former-commit-id: 01276d9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Add
.github/workflows/deploy_pages.ymlThis action builds on the documentation rework in
Pull Request #79. This workflow:
masterbranchmake htmldocs/build/html/on agh-pagesbranchThe GitHub repository settings may be configured to
serve the contents of the
gh-pagesbranch, so themain site will still be built from the
spflow.github.iorepository, and accessed at:https://spflow.github.io/... while the documentation will be served from:
https://spflow.github.io/SPFlow/