Skip to content

Commit

Permalink
rm dumb way to do notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed Sep 27, 2022
1 parent ad2e95e commit 4fd1227
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ jobs:
# move to the scripts directory
cd scripts
mkdir oned_functions
mkdir twod_functions
cp README1.rst oned_functions/README.rst
cp README2.rst twod_functions/README.rst
# now generate the function docs
python generate_func_docs.py
Expand All @@ -85,17 +80,6 @@ jobs:
name: notebooks-for-${{ github.sha }}
path: docs/notebooks

- uses: actions/upload-artifact@v2
with:
name: gallery1-for-${{ github.sha }}
path: scripts/oned_functions

- uses: actions/upload-artifact@v2
with:
name: gallery2-for-${{ github.sha }}
path: scripts/twod_functions



- name: Sleep for 5 min
uses: juliangruber/sleep-action@v1
Expand Down Expand Up @@ -191,11 +175,6 @@ jobs:
rm -rf docs/md/*
cd scripts
mkdir oned_functions
mkdir twod_functions
- uses: actions/download-artifact@master
Expand All @@ -209,18 +188,6 @@ jobs:
name: api-stubs-for-${{ github.sha }}
path: docs/notebooks/api

- uses: actions/download-artifact@master
with:
name: gallery1-for-${{ github.sha }}
path: scripts/oned_functions

- uses: actions/download-artifact@master
with:
name: gallery2-for-${{ github.sha }}
path: scripts/twod_functions



- name: Build and Commit
uses: sphinx-notes/pages@v2
with:
Expand Down

0 comments on commit 4fd1227

Please sign in to comment.