Skip to content

Commit 7710f6c

Browse files
committed
Readme + build dir fix
1 parent cff14c7 commit 7710f6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: xu-cheng/latex-action@v3
2222
with:
2323
root_file: main.tex
24-
args: -outdir=../build -pdf
24+
args: -outdir=build -pdf
2525
- name: Deploy
2626
uses: peaceiris/actions-gh-pages@v3
2727
with:

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ To be automatically classified as a lab paper, the paper must:
1919
1) Appear in the [DBLP](https://dblp.dagstuhl.de/) database.
2020
2) Have at least two members appearing in the `members.json` list.
2121
3) Have both members marked as a current members, to be considered a current member they must either
22-
1) Be marked as a permanent member in `members.json` with `"perm": true`.
23-
2) Have this be their first RAIR Lab publication.
24-
3) Have less than 8 years between their first RAIR Lab publication and now.
22+
* Be marked as a permanent member in `members.json` with `"perm": true`.
23+
* Have this be their first RAIR Lab publication.
24+
* Have less than 8 years between their first co-authored Selmer publication and now.
2525

2626
This system prevents situations such as a 2024 paper that both Selmer and Paul Bello are on, but no other lab members are
2727
from being considered a RAIR Lab publication.

0 commit comments

Comments
 (0)