Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Sep 5, 2024
2 parents 84705ab + c09c3c9 commit 58e7f09
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 58e7f09

Please sign in to comment.