diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4a2c447..3c37337 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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 diff --git a/index.html b/index.html index c0180cf..2999c2f 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,8 @@ content="A simple API playground for OpenAI ChatGPT API" />
{Tr(`Tools`)}
++