Skip to content

Commit

Permalink
fuck this shit
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Oct 1, 2024
1 parent 9c69e77 commit f6c58b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/checkout@v4
with:
lfs: true
persist-credentials: false
- name: Install snax-mlir
run: python3 -m pip install '-e.[dev,viz]'
- name: Run benchmarks
Expand All @@ -27,8 +26,8 @@ jobs:
- name: Checkout gh-pages branch
run: |
git config --global --add safe.directory /__w/snax-mlir/snax-mlir
git config --local user.name "Joren Dumoulin"
git config --local user.email "joren.dumoulin@kuleuven.be"
git config --local user.name "GitHub Action"
git config --local user.email "action@github.com"
git fetch origin gh-pages
git checkout gh-pages
- name: Move benchmark files to docs
Expand All @@ -41,8 +40,7 @@ jobs:
git pull
git add docs/benchmarks/${{ matrix.kernel}}
git commit -m "Update benchmark files and images"
# git push origin gh-pages
git push --force-with-lease https://x-access-token:${{ secrets.SNAX_MLIR_TOKEN }}@github.com/kuleuven-micas/snax-mlir.git gh-pages
git push origin gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
Expand Down

0 comments on commit f6c58b9

Please sign in to comment.