Skip to content

Commit

Permalink
try get the job run
Browse files Browse the repository at this point in the history
  • Loading branch information
YuXHe15 committed Aug 15, 2024
1 parent f654ecb commit c3c1509
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
- name: Install amworkflow
run: python -m pip install .

- name: Install Sphinx with pip
run: pip install sphinx

- name: Check Sphinx installation
run: sphinx-build --version

- name: Build documentation
run: |
cd docs
Expand Down

0 comments on commit c3c1509

Please sign in to comment.