Skip to content

Commit

Permalink
Update PS version in the GH pages deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky authored Dec 19, 2023
1 parent abe97cf commit f7c2ab6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- name: Install and Build
run: |
npm install -g spago
npm install -g [email protected]
npm install -g purescript-docs-search
spago docs --no-search
purescript-docs-search build-index --package-name cardano-transaction-lib
npm install -g [email protected]
spago docs
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit f7c2ab6

Please sign in to comment.