Skip to content

Commit

Permalink
chore: depoly
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Oct 16, 2023
1 parent 6a18fd6 commit 636b7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ghb_token }}
ACCESS_TOKEN: ${{ secrets.OPER_TOKEN }}
BRANCH: gh-pages
FOLDER: playground/spa/dist
2 changes: 1 addition & 1 deletion playground/spa/public-typescript/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"haha": "/vite-plugin-public-typescript/out/haha.5ff2aef3.js",
"index": "/vite-plugin-public-typescript/out/index.d6349a0d.js",
"index": "/vite-plugin-public-typescript/out/index.767f6983.js",
"test": "/vite-plugin-public-typescript/out/test.09b479d0.js"
}

0 comments on commit 636b7a6

Please sign in to comment.