Skip to content

Commit cb82a19

Browse files
authored
Merge pull request #53 from MathMarEcol/Package
Package
2 parents 483f141 + 5ee3590 commit cb82a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: website
3838

3939
- name: Build site
40-
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
40+
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, clean = TRUE)
4141
shell: Rscript {0}
4242

4343
- name: Deploy to GitHub pages 🚀

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ navbar:
3333
right: [github, search]
3434
template:
3535
bootstrap: 5
36-
bootswatch: lumen #cerulean materia sandstone zephyr yeti
36+
bootswatch: lumen
3737
bslib:
3838
toc: true
3939
toc-expand: 3

0 commit comments

Comments
 (0)