Skip to content

Commit

Permalink
Some changes to sphinx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 16, 2024
1 parent e499f45 commit 56a6152
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy static cntent to Pages
name: Deploy static content to Pages
on:
push:
branches: ["main"]

jobs:
build-docs:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -14,7 +14,8 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install setuptools sphinx sphinx_rtd_theme sphinx-tabs sphinx_toolbox
brew install python-setuptools
pip install sphinx sphinx_rtd_theme sphinx-tabs sphinx_toolbox
- name: Sphinx build
run: |
sphinx-apidoc -o docs NiChart_DLMUSE/
Expand Down

0 comments on commit 56a6152

Please sign in to comment.