Skip to content

Commit

Permalink
Remove index.html from version control
Browse files Browse the repository at this point in the history
This change also removes the “publish” target from the makefile, and
updates “make clean” to cause it to remove the index.html file too.
  • Loading branch information
sideshowbarker committed Feb 19, 2021
1 parent 01231ec commit 6263304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9,536 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ cookies/index.html: cookies/index.src.html
pinning/index.html: pinning/index.src.html
bikeshed -f spec ./pinning/index.src.html

publish:
git push origin master

ci: out/index.html

out/index.html: index.src.html
Expand All @@ -47,3 +44,4 @@ out/index.html: index.src.html

clean:
$(RM) -r out
$(RM) index.html
Loading

0 comments on commit 6263304

Please sign in to comment.