Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner authored Jan 18, 2025
1 parent 56f73e6 commit a0dbbde
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ on: # yamllint disable-line rule:truthy
jobs:
sphinx-build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./doc
steps:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v5
with:
Expand All @@ -20,12 +18,13 @@ jobs:

- name: Build HTML
run: make
working-directory: ./doc

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html-docs
path: ./html/
path: ./doc/html/

- name: Deploy
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit a0dbbde

Please sign in to comment.