We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b5799 commit d8edbaeCopy full SHA for d8edbae
.github/workflows/build_workflow.yml
@@ -7,7 +7,7 @@ on:
7
branches: [master]
8
9
jobs:
10
- publish_site:
+ publish-site:
11
# if: ${{ github.event_name == 'push' }}
12
runs-on: ubuntu-latest
13
defaults:
@@ -51,7 +51,7 @@ jobs:
51
echo 'tomvo.me' > CNAME
52
53
# 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
+ printf '<meta http-equiv="refresh" content="0; url=./dist/index.html" />' >> index.html
55
cp -r ../dist .
56
57
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments