Skip to content

Commit d8edbae

Browse files
committed
Fix url in index.html
1 parent 77b5799 commit d8edbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [master]
88

99
jobs:
10-
publish_site:
10+
publish-site:
1111
# if: ${{ github.event_name == 'push' }}
1212
runs-on: ubuntu-latest
1313
defaults:
@@ -51,7 +51,7 @@ jobs:
5151
echo 'tomvo.me' > CNAME
5252
5353
# Add index.html to point to `master` branch automatically
54-
printf '<meta http-equiv="refresh" content="0; url=./_build/html/master/index.html" />' >> index.html
54+
printf '<meta http-equiv="refresh" content="0; url=./dist/index.html" />' >> index.html
5555
cp -r ../dist .
5656
5757
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)