Skip to content

Commit

Permalink
github pages does not support symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 23, 2012
1 parent 5145e3a commit b71019f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -14,8 +14,7 @@ revision: paia.html

website: revision
git checkout gh-pages
rm paia.html
ln -s paia-${REVSHRT}.html paia.html
echo '<meta HTTP-EQUIV="REFRESH" content="0; url=paia-${REVSHRT}.html">' > paia.html
git add paia.html paia-${REVSHRT}.html
git commit -m "added revision ${REVSHRT}"
git checkout master
Expand Down

0 comments on commit b71019f

Please sign in to comment.