We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e9bdf commit 087e071Copy full SHA for 087e071
1 file changed
.github/workflows/ci-deploy.yml
@@ -200,14 +200,22 @@ jobs:
200
subtitle: "Export"
201
author: "International Data Spaces Association"
202
date: ""
203
+ license: "CC BY 4.0"
204
+ citation: |
205
+ IDSA Knowledge Base, version ${{ steps.exportver.outputs.version }}, International Data Spaces Association (IDSA)
206
---
207
208
# IDSA Knowledge Base
-
209
+ ---
210
**Version:** ${{ steps.exportver.outputs.version }}
211
212
**Generated:** $(date -u +'%Y-%m-%d')
213
214
+ ## License
215
+ {{ license }}
216
+ ## How to Cite
217
+ {{ citation }}
218
219
\newpage
220
EOF
221
0 commit comments