Commit f15c4cb 1 parent fbca395 commit f15c4cb Copy full SHA for f15c4cb
File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build :
8
8
runs-on : ubuntu-latest
9
- container : rocker/r2u:4.4.0
9
+ container : rocker/r2u:latest
10
10
11
11
steps :
12
12
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change
1
+ project :
2
+ type : website
3
+ output-dir : ' docs'
4
+
5
+ website :
6
+ title : " netdiffuseR: A workshop"
7
+ # body-footer: <text style="text-align:center">ForeSITE</text>
8
+ repo-url : https://github.com/USCCANA/netdiffuser-workshop
9
+ repo-actions : [edit, source]
10
+ navbar :
11
+ left :
12
+ - text : Home
13
+ href : index.qmd
14
+ - text : Lectures
15
+ menu :
16
+ - text : Getting Started
17
+ href : getstarted.qmd
18
+ - text : Introduction
19
+ href : intro.qmd
20
+ - text : Simulations
21
+ href : sim.qmd
22
+ - text : Reading data
23
+ href : read.qmd
24
+ - text : Statistical inference
25
+ href : stats.qmd
26
+ - text : Classic Diffnet Analyses
27
+ href : classic.qmd
28
+
29
+ format :
30
+ html :
31
+ theme : cosmo
32
+ toc : true
33
+
34
+ execute :
35
+ freeze : auto
36
+
You can’t perform that action at this time.
0 commit comments