Skip to content

Commit

Permalink
Merge pull request #23 from heimoshuiyu/master
Browse files Browse the repository at this point in the history
sync 0207
  • Loading branch information
ecwu authored Feb 7, 2025
2 parents 9e173b8 + 75bf4a4 commit 3e89e88
Show file tree
Hide file tree
Showing 29 changed files with 7,952 additions and 2,805 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './dist/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
content="A simple API playground for OpenAI ChatGPT API"
/>
<title>ChatGPT API Web</title>
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<div id="app"></div>
Expand Down
Loading

0 comments on commit 3e89e88

Please sign in to comment.