Skip to content

Commit

Permalink
Try to fix github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky authored May 28, 2024
1 parent 7c450d7 commit 4e967d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
npm install -g spago
npm install -g purescript@0.15.8
rm -rf package.json # remove package.json so that we are no more in an ESM module. A hack to make 'spago docs' work
spago docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.3
Expand Down

0 comments on commit 4e967d2

Please sign in to comment.