Skip to content

Commit

Permalink
try auto-push
Browse files Browse the repository at this point in the history
  • Loading branch information
eranreshef-starkware committed May 2, 2024
1 parent 11fa027 commit 81fa1a7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ jobs:
output-file-path: output.txt
# Where the previous data file is stored
external-data-json-path: ./cache/benchmark-data.json
auto-push: false
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true

- name: Setup upterm session
uses: lhotari/action-upterm@v1
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

# Push gh-pages branch by yourself
- name: Push benchmark result
run: git push remote gh-pages:gh-pages --no-verify
# # Push gh-pages branch by yourself
# - name: Push benchmark result
# run: git push remote gh-pages:gh-pages --no-verify


# - name: Clean the deployment
Expand Down

0 comments on commit 81fa1a7

Please sign in to comment.