Skip to content

Commit

Permalink
Merge branch 'master' into fix-ang-err
Browse files Browse the repository at this point in the history
  • Loading branch information
specktakel committed Feb 8, 2024
2 parents 81451a8 + f8690f8 commit e47e383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
jupytext --to ipynb --pipe black --execute docs/markdown/point_source_analysis.md
jupytext --to ipynb --pipe black --execute docs/markdown/events.md
mv docs/markdown/*.ipynb docs/notebooks
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: notebooks-for-${{ github.sha }}
path: docs/notebooks
- name: Generate API docs
run: |
sphinx-apidoc -f -e -o docs/api icecube_tools
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: api-for-${{ github.sha }}
path: docs/api
Expand All @@ -57,11 +57,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v4
with:
name: notebooks-for-${{ github.sha }}
path: docs/notebooks
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v4
with:
name: api-for-${{ github.sha }}
path: docs/api
Expand Down

0 comments on commit e47e383

Please sign in to comment.