File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ source(" renv/activate.R" )
Original file line number Diff line number Diff line change 1+ on :
2+ workflow_dispatch :
3+ push :
4+ branches : main
5+
6+ name : Quarto Publish
7+
8+ jobs :
9+ build-deploy :
10+ runs-on : ubuntu-latest
11+ permissions :
12+ contents : write
13+ steps :
14+ - name : Check out repository
15+ uses : actions/checkout@v4
16+
17+ - name : Set up Quarto
18+ uses : quarto-dev/quarto-actions/setup@v2
19+
20+ - name : Install R
21+ uses : r-lib/actions/setup-r@v2
22+ with :
23+ r-version : ' 4.2.0'
24+
25+ - name : Install R Dependencies
26+ uses : r-lib/actions/setup-renv@v2
27+ with :
28+ cache-version : 1
29+
30+ - name : Render and Publish
31+ uses : quarto-dev/quarto-actions/publish@v2
32+ with :
33+ target : gh-pages
34+ env :
35+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ .Rproj.user
2+ .Rhistory
3+ .RData
4+ .Ruserdata
You can’t perform that action at this time.
0 commit comments