Skip to content

Commit bfee4f4

Browse files
committed
Shift site content to docs directory as github expects
1 parent 2a74f3e commit bfee4f4

39 files changed

+5
-9
lines changed

Makefile

+5-9
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,15 @@ HAMLFILES = index \
1212
all: clean default
1313

1414
default:
15-
rm -f site/favicon.ico
16-
ln -s images/htop.ico site/favicon.ico
15+
rm -f docs/favicon.ico
16+
ln -s images/htop.ico docs/favicon.ico
1717
for h in `echo $(HAMLFILES)`; do \
18-
haml $$h.haml > site/$$h.html; \
18+
haml $$h.haml > docs/$$h.html; \
1919
done
20-
$(RSYNC) CNAME images assets site
21-
git add site
20+
$(RSYNC) CNAME images assets docs
21+
git add docs
2222
git status
2323

24-
deploy:
25-
git commit -m 'Website content update'
26-
git push
27-
2824
check:
2925
linkchecker --check-extern -v $(URL) | grep -v seconds > links.out || /bin/true
3026
grep "errors found" links.out

site/CNAME renamed to docs/CNAME

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)