Skip to content

Commit d1ccc1e

Browse files
author
Christopher Tate
authored
Merge pull request rh-impact#8 from rh-impact/computate-css
Adding index.html redirect page to github build.
2 parents 9c80596 + ac5db87 commit d1ccc1e

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)