Skip to content

Commit

Permalink
Stage more files for commit
Browse files Browse the repository at this point in the history
wlandau-lilly committed Jul 5, 2019
1 parent 5e0467a commit a082e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgdown.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ then
cd gh-pages
ls -a | grep -Ev "^\.$|^..$|^\.git$" | xargs rm -rf
cp -r ../docs/* ./
git add --all *
git commit -m "Update pkgdown site" || true
git add *
git commit -am "Update pkgdown site" || true
git push -q origin gh-pages
fi

0 comments on commit a082e5f

Please sign in to comment.