Skip to content

Commit

Permalink
update merged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Nov 12, 2024
1 parent 1de860a commit 47458dd
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 449 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ jobs:
sudo wget https://github.com/jgm/pandoc/releases/download/3.1.8/pandoc-3.1.8-1-amd64.deb
sudo dpkg -i pandoc-3.1.8-1-amd64.deb
# rm because hextof_workflow notebook can not run outside maxwell
- name: copy tutorial files to docs
run: |
cp -r $GITHUB_WORKSPACE/tutorial $GITHUB_WORKSPACE/docs/
cp -r $GITHUB_WORKSPACE/sed/config $GITHUB_WORKSPACE/docs/sed
- name: download RAW data
# if: steps.cache-primes.outputs.cache-hit != 'true'
run: |
Expand All @@ -66,11 +64,6 @@ jobs:
poetry run python scripts/build_flash_parquets.py
poetry run python scripts/build_sxp_parquets.py
# to be removed later. This theme doesn't support <3.9 python and our lock file contains 3.8
- name: install pydata-sphinx-theme
run: |
poetry run pip install pydata-sphinx-theme
- name: Change version for develop build
if: startsWith(github.ref, 'refs/heads/') && github.ref != 'refs/heads/main'
run: |
Expand Down
Loading

0 comments on commit 47458dd

Please sign in to comment.