Skip to content

Commit

Permalink
Update badge deployment folder & branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Sep 5, 2024
1 parent 54e1297 commit c09c3c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
run: |
cd test
./run_test.sh
- name: Deploy test badge to gh-pages
- name: Deploy test badge to master
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: tests/badge
branch: gh-pages
target-folder: tests/badge
branch: master


0 comments on commit c09c3c9

Please sign in to comment.