This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #358 from PanDAWMS/next
2.12.3.13
- Loading branch information
Showing
631 changed files
with
1,297 additions
and
162,820 deletions.
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -26,20 +26,9 @@ jobs: | |
- name: Check sphinx version | ||
run: python -c "import sphinx;print(sphinx.__version__)" | ||
|
||
- name: Create html docs | ||
run: | | ||
cd ./doc | ||
make github | ||
- name: Add nojekyll file to repo root dir | ||
run: | | ||
touch .nojekyll | ||
- name: Push docs to repo | ||
run: | | ||
git config user.name "brinick" | ||
git config user.email "[email protected]" | ||
git add docs .nojekyll | ||
git commit -m "Adding Pilot documentation" | ||
git push | ||
- name: Trigger panda-docs webhook | ||
env: | ||
READDOCS_TOKEN: ${{ secrets.READDOCS_TOKEN }} | ||
READDOCS_HOOK: ${{ secrets.READDOCS_HOOK }} | ||
run: curl -X POST -d "token=$READDOCS_TOKEN" $READDOCS_HOOK | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.12.2.1 | ||
2.12.3.13 |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.