Skip to content

Commit

Permalink
build site
Browse files Browse the repository at this point in the history
  • Loading branch information
dchodge committed Oct 18, 2024
1 parent d2689db commit fa628a8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub Pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
clean: false
branch: gh-pages
folder: _site # Jekyll outputs to the _site folder by default
folder: docs # Jekyll outputs to the _site folder by default
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# serojump

![Schematic of the methods behind the `serojump` package](./images/schematic_A.png)
![Schematic of the methods behind the `serojump` package](./man/figures/schematic_A.png)

## Overview

Expand Down
9 changes: 8 additions & 1 deletion docs/articles/model_define.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ articles:
data_format: data_format.html
model_define: model_define.html
sim_recovery: sim_recovery.html
last_built: 2024-10-18T15:11Z
last_built: 2024-10-18T16:25Z
File renamed without changes

0 comments on commit fa628a8

Please sign in to comment.