Skip to content

Commit

Permalink
Fix documentation generation (#1387)
Browse files Browse the repository at this point in the history
* testing

* Add --print-metadata flag

* Minor fix
  • Loading branch information
jonaprieto authored Jul 15, 2022
1 parent bded613 commit 34c6dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _docs
publish_dir: main/_docs
enable_jekyll: false
cname: docs.juvix.org
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ html-examples: $(EXAMPLES)
$(EXAMPLES):
$(eval OUTPUTDIR=$(EXAMPLEHTMLOUTPUT)/$(dir $@))
mkdir -p ${OUTPUTDIR}
juvix html $(EXAMPLEMILESTONE)/$@ --recursive --output-dir=./../../../${OUTPUTDIR}
juvix html $(EXAMPLEMILESTONE)/$@ --recursive --output-dir=./../../../${OUTPUTDIR} --print-metadata

.PHONY : install-pre-commit
install-pre-commit:
Expand Down

0 comments on commit 34c6dd4

Please sign in to comment.