Skip to content

Commit ac5db87

Browse files
committed
Adding index.html redirect page to github build.
1 parent c289060 commit ac5db87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --local user.email "github-actions[bot]@users.noreply.github.com"
3434
git config --local user.name "github-actions[bot]"
35-
git add static/ en/
35+
git add static/ en/ index.html
3636
git commit -m "Automated update"
3737
- name: Push changes
3838
uses: ad-m/[email protected]

0 commit comments

Comments
 (0)