Skip to content

Commit

Permalink
auto-regen doc.html & doc-old.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Oct 9, 2024
1 parent 5b5ed0f commit 8f40bed
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 1,946 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
mkdir doc
echo "Add README to doc/"
asciidoctor README.adoc -o doc/index.html
echo "Add model to doc/"
asciidoctor document/00-master.adoc -o doc/doc.html
echo "Add document to doc/"
asciidoctor document/00-master.adoc -o doc/doc.html
asciidoctor document/00-master-old.adoc -o doc/doc-old.html
# echo "Add images to doc/"
# cp -r document/images doc/
cp doc-old.html doc/doc-old.html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down
Loading

0 comments on commit 8f40bed

Please sign in to comment.