Skip to content

Commit

Permalink
fix(ci): fix name of site-server-doc in ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Apr 4, 2024
1 parent b3fb858 commit b5f103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
check: [ "app-hydrate-clippy", "app-ssr-clippy", "site-server-clippy", "site-frontend-clippy", "site-server-docs", "site-server-fmt", "site-server-deny", "site-server-nextest" ]
check: [ "app-hydrate-clippy", "app-ssr-clippy", "site-server-clippy", "site-frontend-clippy", "site-server-doc", "site-server-fmt", "site-server-deny", "site-server-nextest" ]
steps:
- uses: actions/checkout@v3
- name: Install Nix
Expand Down

0 comments on commit b5f103d

Please sign in to comment.