You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should then merge the versioned docs back into `main`:
43
+
44
+
```
45
+
git switch main
46
+
git merge v<major>.<minor>.<patch>
47
+
```
48
+
42
49
### Adding Publications
43
50
To add a new publication, add a new entry to `src/components/Publications/copypasta.tsx` file and to the `src/components/Publications/citations.bib` file.
0 commit comments