Skip to content

Commit

Permalink
deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Jun 16, 2024
1 parent c6ee102 commit a1f1b7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:

- name: Build Project
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/pixijs/spine-v8.git
npm run build
npm run upload -- -u "github-actions-bot <[email protected]>"
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
npm run build:docs
env:
GIT_USER: $GITHUB_ACTOR
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"start:docs": "npm run start --workspace @devtool/docs",
"prebuild": "npm run clean",
"build": "npm run --ws build --if-present",
"build:docs": "npm run deploy --workspace @devtool/docs",
"postbuild": "mkdir -p .upload && cd ./packages/devtool-chrome && zip -r chrome.zip ./dist/chrome/* && mv chrome.zip ../../.upload/",
"watch": "npm run --ws watch --if-present",
"types": "tsc --noEmit",
Expand Down

0 comments on commit a1f1b7b

Please sign in to comment.