Skip to content

Commit

Permalink
cleanip
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Feb 14, 2024
1 parent c95ea4a commit fbd80b0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@

publish: ontology
( \
hugo; \
cp public/ontology/index-en.html public/ontology/index.html ; \
git clone [email protected]:oda-hub/oda-hub.github.io/; \
rsync -av public/ oda-hub.github.io/; \
cd oda-hub.github.io/; \
git add *; \
git commit -a -m "update"; \
hugo && \
cp public/ontology/index-en.html public/ontology/index.html && \
rm -rfv oda-hub.github.io && \
git clone [email protected]:oda-hub/oda-hub.github.io/&& \
rsync -av public/ oda-hub.github.io/ && \
cd oda-hub.github.io/ && \
git add * && \
git commit -a -m "update" && \
git push)


Expand Down

0 comments on commit fbd80b0

Please sign in to comment.