Skip to content

Commit

Permalink
Merge branch 'main' into feature/opti_code_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhengtek authored Jan 13, 2024
2 parents 962fbac + 9336cae commit 9dbc14e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
- name: Setup Haskell
uses: haskell-actions/setup@v2
with:
ghc-version: '9.8.1'
enable-stack: true
- name: Install documentation
run: sudo apt-get install haskell-platform-doc && sudo apt-get install ghc-doc
- name: Create documentation
run: haddock -ohtml --html LobsterLang/src/*
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9dbc14e

Please sign in to comment.