Skip to content

Commit

Permalink
Merge branch 'main' into 167-link-with-bad-format
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 26, 2024
2 parents 3c34f00 + 3dbce1d commit 45bb6ca
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/pages.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ defaults:
jobs:

pages:

runs-on: ubuntu-20.04
name: Publish documentation
runs-on: ubuntu-latest

steps:

Expand All @@ -45,13 +45,23 @@ jobs:
- name: Set time zone
run: echo "TZ=America/Chicago" >> "$GITHUB_ENV"

- id: deployment
- name: Sphinx build
id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source
publish: false
requirements_path: ./docs/requirements.txt

- name: Diagnostic
run: ls -lAFgh ${{ steps.deployment.outputs.artifact }}

- name: Upload Docs ZIP file as artifact
uses: actions/upload-artifact@v4
with:
name: bluesky_training-docs
path: ${{ steps.deployment.outputs.artifact }}

- uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event.inputs.deploy }}
with:
Expand Down

0 comments on commit 45bb6ca

Please sign in to comment.