We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065a811 commit b6cb890Copy full SHA for b6cb890
1 file changed
.github/workflows/gen_pdf.yaml
@@ -8,6 +8,18 @@ jobs:
8
steps:
9
- name: Checkout repository
10
uses: actions/checkout@v4
11
+ - name: biohackathon name given?
12
+ run: |
13
+ sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep biohackathon_name
14
+ - name: biohackathon location given?
15
16
+ sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep biohackathon_location
17
+ - name: biohackathon url given?
18
19
+ sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep biohackathon_url
20
+ - name: Git repository given?
21
22
+ sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep git_url
23
- uses: kohlerdominik/docker-run-action@v2.0.0
24
with:
25
image: ghcr.io/biohackrxiv/bhxiv-gen-pdf:master
0 commit comments