Skip to content

Commit

Permalink
ci modify
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 5, 2024
1 parent c049fec commit dac3a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
ref: gh-pages
path: gh-pages
- name: Build test report
uses: simple-elf/allure-report-action
uses: simple-elf/allure-report-action@master
if: always()
with:
gh_pages: gh-pages
allure_history: allure-history
allure_results: build/allure-results
- name: Publish test report
uses: peaceiris/actions-gh-pages
uses: peaceiris/actions-gh-pages@v2
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dac3a85

Please sign in to comment.