Skip to content

Commit

Permalink
Fix GitHub pages wf
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 14, 2023
1 parent c8b2836 commit c56b697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
retention-days: 1

build_pages:
needs: [get_impls, run_functional]
needs: [get_impls, run_functional, run_performance]
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/docs/Gemfile
Expand Down

0 comments on commit c56b697

Please sign in to comment.