Skip to content

Commit

Permalink
Merge pull request #2 from lanl/dempsey/docs2
Browse files Browse the repository at this point in the history
Fix indentation in docs
  • Loading branch information
adamdempsey90 authored Nov 5, 2024
2 parents 8d1368a + 45aa32e commit edeb390
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,19 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
# Runs a set of commands using the runners shell
- name: Set system to non-interactive mode
run: export DEBIAN_FRONTEND=noninteractive

- name: Dependencies
run: |
pip install -U sphinx-rtd-theme pyyaml
# Runs a set of commands using the runners shell
- name: Build
run: |
cd doc/sphinx
cd ./doc
sphinx-build -b html . ../public
# Publish
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit edeb390

Please sign in to comment.