Skip to content

Commit f45da89

Browse files
committed
require -r
1 parent 65180a8 commit f45da89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extratest:
4444
pushdocs:
4545
mv docs/ ../mirtdocs
4646
git checkout gh-pages
47-
cp ../mirtdocs/* docs/
47+
cp -r ../mirtdocs/* docs/
4848
git commit -am "update pkgdown"
4949
git push
5050
git checkout main

0 commit comments

Comments
 (0)