Skip to content

Commit

Permalink
one job
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Dec 18, 2024
1 parent 5b6db8e commit 4dc0041
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- ".github/workflows/docs.yml"

jobs:
install:
build:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -30,15 +30,12 @@ jobs:
conda install -c conda-forge pip
pip install --upgrade -e .
conda list
build:
runs-on: ubuntu-latest
steps:
- name: Installing the Documentation requirements
run: |
pip install sphinx sphinx_rtd_theme
- name: Installing the Documentation requirements
run: |
pip install sphinx sphinx_rtd_theme
- name: Deploy
uses: uibcdf/action-sphinx-docs-to-gh-pages@main
with:
branch: main
dir_docs: docs/source
- name: Deploy
uses: uibcdf/action-sphinx-docs-to-gh-pages@main
with:
branch: main
dir_docs: docs/source

0 comments on commit 4dc0041

Please sign in to comment.