File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'Caltech-IPAC/irsa-tutorials' }}
5252 name : Deploy deploy_to_fornax branch
5353 runs-on : ubuntu-latest
54- # needs: publish_html
54+ needs : publish_html
5555 steps :
5656 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757
6868 git mv tutorials irsa-tutorials
6969 git mv tutorial_requirements.txt irsa-tutorials/requirements-irsa-tutorials.txt
7070 git commit -m "Restructuring to help fornax deployment"
71+ # This is somewhat hacky, but does the job for now.
7172 for i in $(grep .md deploy_to_fornax_manifest.in); do grep "file: ${i}" notebook_metadata.yml -A 1 | gawk -F : 'NR==1 {printf $2": "} NR!= 1 {print $2}' | cut -c 12-; done > notebook_manifest_descriptions.txt
7273 git add notebook_manifest_descriptions.txt
7374 git commit -m "Adding notebook manifest with one liner descriptions"
You can’t perform that action at this time.
0 commit comments