-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: replace old minio configuration file with newer one Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: add admonition markdown extension Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * docs: rewrite main website page Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * docs: add warning about datasets with secrets in them Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * docs: add examples page Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: update pipfile and ci Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * docs: add advanced usage and use-cases pages Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: add minio-conf secret to minio configuration Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: remove namespace from yaml Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: add required info for archive datasets Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: small changes Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * docs: add info on creating archive datasets Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * docs: remove old info for creating archive-based datasets Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: update link for mkdocs rendering Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: move Ceph caching to advanced features Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: move FAQ to last navigation item Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: refactor navigation using mkdocs Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> * chore: navigation updates Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com> --------- Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
- Loading branch information
1 parent
2a07c01
commit 670562d
Showing
15 changed files
with
920 additions
and
436 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 |
---|---|---|
@@ -1,25 +1,28 @@ | ||
name: document | ||
name: Update GitHub website | ||
on: | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- 'docs/**' | ||
- "docs/**" | ||
- mkdocs.yml | ||
- Pipfile | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-20.04 | ||
build-and-push: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.6 | ||
python-version: 3.10 | ||
- run: python -m pip install --upgrade pipenv wheel | ||
- run: pipenv update | ||
- run: pipenv run mkdocs build | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: gh-pages | ||
path: pages | ||
ref: gh-pages | ||
path: pages | ||
- run: | | ||
cp -v pages/index.yaml site/ | ||
cp -v pages/index.yaml site/ | ||
- run: pipenv run ghp-import site -p --force |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.