Skip to content

Commit da012de

Browse files
committed
Deploying the notebook metadata file with the hope of clearing out some complexity
1 parent d2d010b commit da012de

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
@@ -78,6 +78,7 @@ jobs:
7878
git commit -m "Restructuring to help fornax deployment"
7979
# This is somewhat hacky, but does the job for now.
8080
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
81+
git add notebook_metadata.yml
8182
git add notebook_manifest_descriptions.txt
82-
git commit -m "Adding notebook manifest with one liner descriptions"
83+
git commit -m "Adding notebook metadata and manifest with one liner descriptions"
8384
git push origin deploy_to_fornax --force

0 commit comments

Comments
 (0)