Skip to content

Commit

Permalink
Temporary fix for 404 error (#1791)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Henz <henz@comp.nus.edu.sg>
  • Loading branch information
samuelfangjw and martin-henz committed Jun 14, 2021
1 parent b27072d commit 872bed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ln -s index.html build/playground.html
ln -s index.html build/contributors.html
ln -s index.html build/sourcecast.html
ln -s index.html build/sicp.html
ln -s index.html build/interactive-sicp.html
# the `ln`s above are a hack to make GitHub Pages route /playground
# and /contributors etc to index, instead of 404-ing.
env:
Expand Down

0 comments on commit 872bed5

Please sign in to comment.