Skip to content

Commit

Permalink
Fix BNFC command in haddock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Apr 19, 2023
1 parent 1c6beac commit b5628de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haddock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
stack install alex happy BNFC
- name: 🔨 Generate Syntax files using BNFC
run: |
cd stella/ && (make syntax && make clean; cd ../)
cd rzk/ && (make && make clean; cd ../)
- name: 🔨 Build Haddock Documentation (with Stack)
run: |
Expand Down

0 comments on commit b5628de

Please sign in to comment.