make all links work by catching 404
This commit is contained in:
1
.github/workflows/build_push.yml
vendored
1
.github/workflows/build_push.yml
vendored
@@ -94,6 +94,7 @@ jobs:
|
||||
rm -rf gh-pages/*
|
||||
cp -r master/build/* gh-pages
|
||||
cd gh-pages
|
||||
cp index.html 404.html
|
||||
git add -A
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
|
||||
Reference in New Issue
Block a user