Skip to content

Commit

Permalink
Fix publishing step of performance workflow
Browse files Browse the repository at this point in the history
Contributed on behalf of STMicroelectronics
  • Loading branch information
planger committed Jul 21, 2023
1 parent a6633f5 commit a2d9ace
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:

- name: Publish Report
if: always() && github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v2
env:
personal_token: ${{ secrets.TOKEN }}
publish_branch: gh-pages
publish_dir: ./public
PERSONAL_TOKEN: ${{ secrets.TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: public

0 comments on commit a2d9ace

Please sign in to comment.