Skip to content

Commit

Permalink
fixed deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 1, 2023
1 parent 61541bd commit 0fa83ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Checkout PPA's master
uses: actions/checkout@v3
with:
repository: ctu-mrs/ppa-stable
repository: ctu-mrs/ppa-testing
path: .master
ref: master
token: ${{ secrets.PUSH_TOKEN }}

- name: Release
run: .ci_scripts/ppa_maintanance/release.sh stable from-debs-branch
run: .ci_scripts/ppa_maintanance/release.sh testing from-debs-branch

- name: Push
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0fa83ec

Please sign in to comment.