Skip to content

Commit

Permalink
use artifacts in gh-pages workflow (#271)
Browse files Browse the repository at this point in the history
* use artifacts in gh-pages workflow (#270)

* use artifacts in gh-pages workflow

* fix

* push

* use gh-pages branch

* do not run on pr

* benchmarks on main branch only
  • Loading branch information
jorendumoulin authored Oct 2, 2024
1 parent b8c209a commit 8a5cd2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
ref: gh-pages
- name: Download benchmark artifacts
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: run-benchmarks.yml
workflow_conclusion: success
path: docs/benchmarks
branch: main
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down

0 comments on commit 8a5cd2b

Please sign in to comment.