Skip to content

Commit

Permalink
Remove duplicate CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed May 15, 2024
1 parent 6791d83 commit dc29a65
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,6 @@ jobs:
make linkcheck
cd ..
Doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
bash ./.github/scripts/install_libiio.sh
bash ./.github/scripts/install_part_libs.sh
bash ./.github/scripts/install_pydeps.sh
pip install -r requirements_doc.txt
- name: Build doc
run: |
cd doc && make html
cd ..
DeployMainDoc:
runs-on: ubuntu-latest
needs: [CheckDocs, Doc]
Expand Down

0 comments on commit dc29a65

Please sign in to comment.