Skip to content

Commit 153cee9

Browse files
committed
2 parents 7f6d47c + f1e390e commit 153cee9

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

.github/workflows/build-sites.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
1616

17-
# Step 2: Set up R
18-
- name: Set up R
19-
uses: r-lib/actions/setup-r@v2
20-
21-
# Step 3: Install dependencies
22-
- name: Install R packages
23-
run: |
24-
Rscript -e 'install.packages(c("bookdown"))'
25-
26-
# Step 4: Build the User Guide
27-
- name: Build User Guide
28-
working-directory: ./User's Guide
29-
run: |
30-
Rscript -e 'bookdown::render_book(output_format = "all")'
31-
32-
# Step 5: Build the Technical Reference Manual
33-
#- name: Build Technical Reference Manual
34-
# working-directory: ./Technical Reference Manual
35-
# run: |
36-
# Rscript -e 'bookdown::render_book(output_format = "all")'
37-
38-
# Step 6: Deploy to GitHub Pages (docs/)
17+
# Step 2: Deploy to GitHub Pages (docs/)
3918
- name: Deploy to GitHub Pages
4019
uses: peaceiris/actions-gh-pages@v3
4120
with:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# RMC-TotalRisk-Docs
2-
R Bookdown Documents for RMC-TotalRisk
1+
# RMC-TotalRisk User's Guide
2+
This repository contains the R Bookdown files for the RMC-TotalRisk User's Guide

0 commit comments

Comments
 (0)