-
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
Fix build_docs github action that was previously broken. Some 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 - Use GITHUB_TOKEN instead of user credentials to push - Use git user "action@github.com" to distinguish automated commits - Check static files from doc branch into develop, so that we can modify them in a regular PR, rather than have to edit the doc branch directly. - This includes CNAME, index.html, .nojekyll --- Signed-off-by: Ben Albrecht <ben-albrecht@users.noreply.github.com>
- Loading branch information
Ben Albrecht
committed
Feb 10, 2022
1 parent
ce90e70
commit d869b83
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.