Skip to content

Commit

Permalink
Fix GitHub Pages deployment condition
Browse files Browse the repository at this point in the history
- Update branch name in deployment condition from 'main' to 'master'
  • Loading branch information
mahdi-shojaee committed Oct 27, 2024
1 parent f5d63a0 commit ac3c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./charts/benchmark-results-viewer
Expand Down

0 comments on commit ac3c199

Please sign in to comment.