Skip to content

Commit

Permalink
try fix addon deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Mar 21, 2024
1 parent e22e203 commit 7a88ddb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/addon-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checkout Addon repo
uses: actions/checkout@v3
with:
repository: ceceppa/anima-godot-4
path: anima-godot-4
token: ${{ secrets.TOKEN }}
- name: Copy addon files
run: |
git clone https://ceceppa:${{ secrets.TOKEN }}@github.com/ceceppa/anima-godot-4.git
cd anima-godot-4
git config user.name "GitHub Actions Bot"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "anima doc"
on: push
on: never

jobs:
build-docusaurus:
Expand Down

0 comments on commit 7a88ddb

Please sign in to comment.