Skip to content

Commit

Permalink
Temporary fix for 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Jun 14, 2021
1 parent 7b5881d commit 6773d46
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 6773d46

Please sign in to comment.