Skip to content

Commit

Permalink
Merge pull request #260 from oasisprotocol/matevz/docs/ci-pnpm
Browse files Browse the repository at this point in the history
ci: Install pnpm before building the docs
  • Loading branch information
matevz authored Jan 23, 2024
2 parents 8630a20 + a5b3e16 commit 9b899bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

Expand Down

0 comments on commit 9b899bb

Please sign in to comment.