We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d010b commit da012deCopy full SHA for da012de
1 file changed
.github/workflows/ci_publish.yml
@@ -78,6 +78,7 @@ jobs:
78
git commit -m "Restructuring to help fornax deployment"
79
# This is somewhat hacky, but does the job for now.
80
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
82
git add notebook_manifest_descriptions.txt
- git commit -m "Adding notebook manifest with one liner descriptions"
83
+ git commit -m "Adding notebook metadata and manifest with one liner descriptions"
84
git push origin deploy_to_fornax --force
0 commit comments