We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da923a commit 5532bfaCopy full SHA for 5532bfa
Makefile
@@ -24,7 +24,7 @@ test:
24
doc: gh-pages
25
26
gh-pages: build-doc
27
- git co gh-pages
+ git checkout gh-pages
28
rsync -vcr ${HTMLDIR}/ ./
29
30
build-doc:
0 commit comments