Skip to content

Commit 7c38bae

Browse files
committed
fix gh pages deploy
this is caused by brackets in author.md
1 parent 227aa73 commit 7c38bae

2 files changed

Lines changed: 2 additions & 54 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ vigns:
2424

2525
quicksite:
2626
R --slave -e "pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)"
27+
rm -f docs/authors.md
2728

2829
site:
2930
R --slave -e "pkgdown::clean_site()"
3031
R --slave -e "pkgdown::build_site(run_dont_run = TRUE, lazy = FALSE)"
32+
rm -f docs/authors.md
3133

3234
quickcheck:
3335
echo "\n===== R CMD CHECK =====\n" > check.log 2>&1

docs/authors.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)