-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make normal doc updates not trample other files it sees... * Make release process put docs in subfolder and add release The magic sed command on line 178 is doing the following: 1. Skip the first line (it is a header) 2. Print everything that isn't a header 3. Quit at the next header
- Loading branch information
1 parent
cf6a508
commit 7969998
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -37,3 +37,4 @@ jobs: | |
with: | ||
personal_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: derived/docs/site | ||
keep_files: true |
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