Skip to content

Commit

Permalink
build the doc using my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Aug 12, 2021
1 parent b4c4b0c commit 4387988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- name: build doc
run: |
stty cols 65 || true
git clone https://github.com/gares/alectryon -b ghref
mv alectryon.py alectryon
export PATH=$PWD/alectryon:$PATH
stty cols 60 || true
opam exec -- make doc COQ_ELPI_ALREADY_INSTALLED=1
- name: deploy
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ doc: $(DOCDEP)
@echo "########################## generating doc ##########################"
@mkdir -p doc
@$(foreach tut,$(wildcard examples/tutorial*.v),\
echo ALECTRYON $(tut); alectryon/alectryon.py \
echo ALECTRYON $(tut); alectryon \
--frontend coq+rst \
--output-directory doc \
--sertop-arg=--topfile=Tutorial \
Expand Down

0 comments on commit 4387988

Please sign in to comment.