Skip to content

Commit f15c4cb

Browse files
committed
Right latest image
1 parent fbca395 commit f15c4cb

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

.github/workflows/website.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
container: rocker/r2u:4.4.0
9+
container: rocker/r2u:latest
1010

1111
steps:
1212
- uses: actions/checkout@v4

_quarto.yml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+

0 commit comments

Comments
 (0)