Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Feb 7, 2025
1 parent 52a8d1d commit 3e29284
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
git remote set-url origin https://git:${GIT_PASS}@github.com/pixijs/react.git
git remote set-url origin https://git:${GIT_PASS}@github.com/pixijs/pixi-react.git
npm run deploy
env:
GIT_USER: $GITHUB_ACTOR
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/handle-release-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: E2E tests
command: test:e2e
installPlaywright: true
- name: Docs
command: build:docs
installPlaywright: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
41 changes: 0 additions & 41 deletions docs/README.md

This file was deleted.

0 comments on commit 3e29284

Please sign in to comment.