Skip to content

Commit 1700f7a

Browse files
committed
disabled docs cd
1 parent dada1e4 commit 1700f7a

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -392,46 +392,46 @@ jobs:
392392
draft: false
393393
prerelease: false
394394

395-
docs:
396-
needs: deploy
397-
environment:
398-
name: github-pages
399-
url: ${{ steps.deployment.outputs.page_url }}
400-
runs-on: ubuntu-latest
401-
steps:
402-
- uses: actions/checkout@v4
403-
- uses: actions/setup-python@v5
404-
with:
405-
python-version: '3.x'
406-
407-
- name: Download tasks converted from Nipype
408-
uses: actions/download-artifact@v4
409-
with:
410-
name: converted-nipype
411-
path: pydra/tasks/freesurfer/auto
412-
413-
- name: Install dependencies
414-
run: python -m pip install related-packages/fileformats .[doc]
415-
416-
- name: Build docs
417-
run: |
418-
pushd docs
419-
make html
420-
popd
421-
422-
- name: Upload artifact
423-
uses: actions/upload-pages-artifact@v3
424-
with:
425-
path: 'docs/build/html'
426-
427-
- name: Setup GitHub Pages
428-
if: github.event_name == 'release' || github.event_name == 'repository_dispatch'
429-
uses: actions/configure-pages@v4
430-
431-
- name: Deploy to GitHub Pages
432-
if: github.event_name == 'release' || github.event_name == 'repository_dispatch'
433-
id: deployment
434-
uses: actions/deploy-pages@v4
395+
# docs:
396+
# needs: deploy
397+
# environment:
398+
# name: github-pages
399+
# url: ${{ steps.deployment.outputs.page_url }}
400+
# runs-on: ubuntu-latest
401+
# steps:
402+
# - uses: actions/checkout@v4
403+
# - uses: actions/setup-python@v5
404+
# with:
405+
# python-version: '3.x'
406+
407+
# - name: Download tasks converted from Nipype
408+
# uses: actions/download-artifact@v4
409+
# with:
410+
# name: converted-nipype
411+
# path: pydra/tasks/freesurfer/auto
412+
413+
# - name: Install dependencies
414+
# run: python -m pip install related-packages/fileformats .[doc]
415+
416+
# - name: Build docs
417+
# run: |
418+
# pushd docs
419+
# make html
420+
# popd
421+
422+
# - name: Upload artifact
423+
# uses: actions/upload-pages-artifact@v3
424+
# with:
425+
# path: 'docs/build/html'
426+
427+
# - name: Setup GitHub Pages
428+
# if: github.event_name == 'release' || github.event_name == 'repository_dispatch'
429+
# uses: actions/configure-pages@v4
430+
431+
# - name: Deploy to GitHub Pages
432+
# if: github.event_name == 'release' || github.event_name == 'repository_dispatch'
433+
# id: deployment
434+
# uses: actions/deploy-pages@v4
435435

436436

437437
# report_progress:

0 commit comments

Comments
 (0)