Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
comment-on-alert: true
fail-on-alert: true
gh-repository: github.com/ComPWA/tensorwaves-benchmark-results
github-token: ${{ secrets.PAT }}
github-token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
name: TensorWaves benchmark results
output-file-path: benchmarks/output.json
tool: pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redirect-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
</body>
</html>' > build/index.html
- id: deployment
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: build/

Expand Down