Skip to content

Commit

Permalink
fix: typo in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
schuur committed Oct 4, 2024
1 parent 9048b26 commit f11efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Bikeshed
run: pip3 install bikeshed && bikeshed update
- name: Install Mermaid
run: npm list -g @mermaid-js/mermaid-cli || install -g @mermaid-js/mermaid-cli
run: npm list -g @mermaid-js/mermaid-cli || npm install -g @mermaid-js/mermaid-cli
- name: Build specs
run: make -C spec publish && make -C spec/v2 publish && make -C spec/faq publish
- name: Upload artifact
Expand Down

0 comments on commit f11efa2

Please sign in to comment.