Skip to content

Commit

Permalink
Use docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmarlow committed Mar 2, 2024
1 parent 48a544d commit c896593
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
web:
awk -v head=' <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">' -f awkdown.awk README.md > demo.html
clean:
rm -rf docs

web: clean
mkdir -p docs
awk -v head=' <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">' \
-f awkdown.awk README.md > docs/index.html
File renamed without changes.

0 comments on commit c896593

Please sign in to comment.