Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed Mar 18, 2024
1 parent 376d9c1 commit c704250
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/exportAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ jobs:
- name: Create index.html
run: |
echo "<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta charset="UTF-8"><meta http-equiv="refresh" content="0; URL=/chatbot-ui"><title>Redirecting...</title></head><body><p>If you are not redirected automatically, follow <a href="/chatbot-ui">this link</a>.</p></body></html>" > index.html
echo "<head>" >> index.html
echo " <meta charset="UTF-8">" >> index.html
echo " <title>Hello, World!</title>" >> index.html
echo " </head>" >> index.html
echo " <body>" >> index.html
echo " <h1>Hello, World!</h1>" >> index.html
echo " </body>" >> index.html
echo "</html>" >> index.html
- name: Commit changes
env:
Expand Down

0 comments on commit c704250

Please sign in to comment.