File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2525 - name : Install dependencies
2626 run : npm ci
2727 - name : Deploy
28- run : npm run deploy
28+ run : |
29+ git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
30+ npm run deploy
2931 env :
3032 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3133 REPO_GITHUB_API_TOKEN : ${{ secrets.REPO_GITHUB_API_TOKEN }}
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "type" : " module" ,
55 "exports" : {
6- "./*" : [" ./src/*" , " ./src/*.ts" ]
6+ "./*" : [
7+ " ./src/*" ,
8+ " ./src/*.ts"
9+ ]
710 },
811 "dependencies" : {
912 "@docsearch/css" : " ^3.9.0" ,
3033 "dev" : " marko-run" ,
3134 "preview" : " marko-run preview" ,
3235 "build" : " marko-run build" ,
33- "deploy" : " marko-run build && gh-pages --cname next.markojs.com --nojekyll -d dist/public"
36+ "deploy" : " marko-run build && gh-pages --cname next.markojs.com --nojekyll -d dist/public -u \" marko-js <noreply@markojs.com> \" "
3437 },
3538 "devDependencies" : {
3639 "@marko/type-check" : " ^1.3.21" ,
You can’t perform that action at this time.
0 commit comments