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 23930b1 commit f2b440d
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 @@ -42,7 +42,7 @@ jobs:
cp -r ../out/* ./dashboard/chatbot-ui
cd ./dashboard/chatbot-ui
mv index.html chatbot-ui.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"><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 '<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta charset="UTF-8"><meta http-equiv="refresh" content="0; URL=/chatbot-ui.html"><title>Redirecting...</title></head><body><p>If you are not redirected automatically, follow <a href="/chatbot-ui.html">this link</a>.</p></body></html>' > index.html
- name: Commit changes
env:
Expand Down

0 comments on commit f2b440d

Please sign in to comment.