Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Oct 24, 2024
1 parent fd75d50 commit f4c8782
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/rtd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
name: 'Test Jupyter notebooks'

# **What**: runs all the notebooks of RP documentation
# **Why** : integration testing of RADICAL-Pilot on GNU/Linux localhost;
# make sure that the documentation works for the current
# RADICAL-Pilot release
# **Who** : Docs content and testing.
name: 'Build RTD'

on:
push:
Expand All @@ -21,7 +15,6 @@ concurrency:
cancel-in-progress: true

jobs:

rtd:
name: "Build documentation"
runs-on: ubuntu-latest
Expand All @@ -38,7 +31,7 @@ jobs:
python -m pip install -U pip
python -m pip install -r requirements-docs-ci.txt
- name: Execute the notebooks
- name: Build the docs
run: |
sphinx-build -M html docs/source docs/build
Expand Down

0 comments on commit f4c8782

Please sign in to comment.