Skip to content

Commit e428789

Browse files
committed
MAINT: enable back enforcing ordering in deployment
1 parent 1806276 commit e428789

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

@@ -68,6 +68,7 @@ jobs:
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"

0 commit comments

Comments
 (0)