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 8c9bd92 commit 88c8c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exportAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd ./dashboard/chatbot-ui
mkdir chatbot-ui
mv index.html ./chatbot-ui/index.html
echo '<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta charset="UTF-8"><meta http-equiv="refresh" content="0; URL=/chatbot-ui/index.html"><title>Redirecting...</title></head><body><p>If you are not redirected automatically, follow <a href="/chatbot-ui/index.html">this link</a>.</p></body></html>' > index.html
echo '<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta charset="UTF-8"><meta http-equiv="refresh" content="0; URL=/chatbot-ui/index.html"><title>Redirecting...</title></head><body></body></html>' > index.html
- name: Commit changes
env:
Expand Down

0 comments on commit 88c8c37

Please sign in to comment.