Skip to content

Commit 3daee67

Browse files
authored
Merge pull request #629 from bioimage-io/expose-created
Expose created to the summary
2 parents 4b1dfbb + a0aa2ef commit 3daee67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/auto_update_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
uses: actions/upload-artifact@v3
155155
with:
156156
name: preview-collection-json
157-
path: dist # /collection.json include all thumbnails in preview for now; todo: preview only collection.json again
157+
path: dist/collection.json
158158
retention-days: 90
159159
- name: Deploy collection.json to gh-pages 🚀
160160
if: github.event_name != 'pull_request'

scripts/generate_collection_rdf_and_thumbnails.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"nickname",
3636
"nickname_icon",
3737
"owners",
38+
"created",
3839
]
3940

4041

0 commit comments

Comments
 (0)