-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build_docs gh action with some minor improvements (#143)
Fix `build_docs` github action that was previously broken. Some other minor improvements were added as part of this fix. Changes include: - `build_docs` action is triggered when we push to develop branch - Previously, it was on PR closed, which isn't necessarily a merge, i.e. a contributor could close a PR without merging and the action would still trigger - Use `GITHUB_TOKEN` instead of personal authentication (PA) credentials to push - Use "action@github.com" as the git author (user) to distinguish automated commits from human commits - Check static files from doc branch into develop, so that we can modify them in a regular PR to `develop`, rather than have to edit the doc branch directly. I'd like for us to get to a point where doc branch pushes are fully automated, so we should never have to modify it directly. - Static files include: `.nojekyll` (both top-level and per-sphinx-build), `CNAME`, and top-level `index.html` [ Committed by @ben-albrecht ] [ Reviewed by @Spartee ]
- Loading branch information
1 parent
b66b077
commit be73de2
Showing
6 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
www.craylabs.org |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
<meta http-equiv="refresh" content="0; url=./docs/overview.html" /> |
This file contains 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
This file contains 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
Empty file.