We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e180efc commit 5afeac0Copy full SHA for 5afeac0
.github/workflows/main.yml
@@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
9
on:
10
# Runs on pushes targeting the default branch
11
push:
12
- branches: ["main"]
+ branches: ["master"]
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
_data/navigation.yml
@@ -4,6 +4,8 @@
4
link: /publication/
5
- name: Talks
6
link: /talks/
7
+- name: License
8
+ link: /license/
- name: Libraries
link: /libraries/
- name: Funding
0 commit comments