Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpancake committed Jun 16, 2023
1 parent a515524 commit 672bada
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ jobs:
run: |
cabal update
cabal freeze $CONFIG
- name: Build Site
run: |
cabal build $CONFIG
cabal run site rebuild
- name: Cache Cabal
uses: actions/cache@v2
with:
Expand All @@ -46,6 +41,11 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.ghc }}-
- name: Build Site
run: |
cabal build $CONFIG
cabal run site rebuild
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 672bada

Please sign in to comment.