Skip to content

Commit

Permalink
more tweaks to the github pages build thing :)
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Jan 7, 2024
1 parent 8d2e2af commit bc703c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GH-Pages
on:
- push
branches:
- hgeom1_again
jobs:
linux:
name: GH-Pages - Linux - ${{ matrix.compiler }}
Expand Down Expand Up @@ -41,7 +43,7 @@ jobs:
- name: build
run: |
cabal update
cabal build hiraffe
cabal build hgeometry
- name: haddock
run: |
./haddock.sh
Expand Down

0 comments on commit bc703c7

Please sign in to comment.