Skip to content

Commit

Permalink
Try to fix website CI (UniMath#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechStep committed Sep 18, 2023
1 parent 6af959b commit b1f027f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ website/css/Agda-highlight.css: ./scripts/generate_agda_css.py ./theme/catppucci
website-prepare: agda-html ./SUMMARY.md ./CONTRIBUTORS.md ./MAINTAINERS.md ./website/css/Agda-highlight.css
@cp $(METAFILES) ./docs/
@mkdir -p ./docs/website
@cp -r -T ./website/images ./docs/website/images
@cp -r -T ./website/css ./docs/website/css
@cp -r -T ./website/js ./docs/website/js
@cp -r ./website/images ./docs/website/
@cp -r ./website/css ./docs/website/
@cp -r ./website/js ./docs/website/

.PHONY: website
website: website-prepare
Expand Down

0 comments on commit b1f027f

Please sign in to comment.