-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc0569c
commit 259b333
Showing
35 changed files
with
245 additions
and
782 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,17 +131,27 @@ jobs: | |
- name: Deploy latest Report | ||
id: deploy-report | ||
run: | | ||
pip install mkdocs-material | ||
pip install mike | ||
export GITHUB_USERNAME=juliangrewe-bosch | ||
export [email protected] | ||
pip install mkdocs-material >/dev/null | ||
pip install mike >/dev/null | ||
cd $GITHUB_WORKSPACE/caliper/mkdocs || exit 1 | ||
git config user.name $GITHUB_USERNAME | ||
git config user.email $GITHUB_EMAIL | ||
git fetch origin | ||
git branch gh-pages origin/gh-pages | ||
# mike list | ||
# mike delete [identifier] | ||
# keep only latest 10 entries | ||
export DATE=$(date +"%d-%m-%Y") | ||
mike deploy "$DATE" latest --push --update-aliases | ||
# destroy: | ||
# needs: caliper | ||
# if: always() | ||
|
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/createSecret/createSecret_1000.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/createSecret/createSecret_10000.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/createSecret/createSecret_100000.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/createSecret/createSecret_250000.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/createSecret/createSecret_400000.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/createSecret/createSecret_50000.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
mkdocs/docs/reports/amphora/createSecret/createSecret_response_times.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/deleteSecret/deleteSecret_811000.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/amphora/getSecrets/getSecret_161000.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
mkdocs/docs/reports/amphora/getSecrets/getSecret_response_times.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/castor/createSecret/createSecret_1000.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
mkdocs/docs/reports/castor/createSecret/createSecret_10000.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.