Skip to content

Commit 3e29284

Browse files
committed
tweaks
1 parent 52a8d1d commit 3e29284

File tree

3 files changed

+4
-42
lines changed

3 files changed

+4
-42
lines changed

.github/workflows/deploy-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: |
2727
git config --global user.name "$GITHUB_ACTOR"
2828
git config --global user.email "[email protected]"
29-
git remote set-url origin https://git:${GIT_PASS}@github.com/pixijs/react.git
29+
git remote set-url origin https://git:${GIT_PASS}@github.com/pixijs/pixi-react.git
3030
npm run deploy
3131
env:
3232
GIT_USER: $GITHUB_ACTOR

.github/workflows/handle-release-branch-push.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: E2E tests
2525
command: test:e2e
2626
installPlaywright: true
27+
- name: Docs
28+
command: build:docs
29+
installPlaywright: false
2730
steps:
2831
- name: Checkout
2932
uses: actions/checkout@v4

docs/README.md

-41
This file was deleted.

0 commit comments

Comments
 (0)