Skip to content

Commit

Permalink
Merge pull request #18 from olcf/11-update-docs-to-be-better-for-new-…
Browse files Browse the repository at this point in the history
…container-users

11 update docs to be better for new container users
  • Loading branch information
AcerP-py authored Sep 30, 2024
2 parents c4b3470 + 06a4e14 commit e386a55
Show file tree
Hide file tree
Showing 80 changed files with 672 additions and 9,059 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
# Deploy Velocity documentation
name: Deploy documentation to Pages

on:
# Runs on pushes targeting the default branch
# trigger on push to develop also allow manual runs
push:
branches: ["develop"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand All @@ -22,7 +20,6 @@ concurrency:
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
Expand All @@ -32,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "release/0.1"
ref: "develop"
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Set up Python
Expand All @@ -46,10 +43,9 @@ jobs:
- name: Build Docs
run: |
cd docs && make html
- name: Upload artifact
- name: Upload documentation HTML files
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './docs/build/html'
- name: Deploy to GitHub Pages
id: deployment
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ tmp
*__pycache__
dist
*\.egg-info
docs/build
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/reference/build.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/reference/config.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/reference/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/reference/specs.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/reference/vtmp.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/starting/basic.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/starting/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/starting/tutorial.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/build/html/.buildinfo

This file was deleted.

20 changes: 0 additions & 20 deletions docs/build/html/_sources/index.rst.txt

This file was deleted.

49 changes: 0 additions & 49 deletions docs/build/html/_sources/reference/build.rst.txt

This file was deleted.

64 changes: 0 additions & 64 deletions docs/build/html/_sources/reference/config.rst.txt

This file was deleted.

14 changes: 0 additions & 14 deletions docs/build/html/_sources/reference/index.rst.txt

This file was deleted.

114 changes: 0 additions & 114 deletions docs/build/html/_sources/reference/specs.rst.txt

This file was deleted.

Loading

0 comments on commit e386a55

Please sign in to comment.