Skip to content

Commit

Permalink
docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Oct 4, 2023
1 parent 844e07f commit 548a9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "yarn"

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

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

# - name: Install dependencies
# run: yarn --frozen-lockfile --network-concurrency 1

- name: Build Docs
run: ./build-docs.sh

Expand Down

0 comments on commit 548a9de

Please sign in to comment.