Skip to content

Commit

Permalink
fix: change job order, use pnpm global
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Oct 17, 2023
1 parent 56434fb commit c8c7406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fleek-deploy.yaml
Expand Up @@ -14,14 +14,14 @@ jobs:
with:
fetch-depth: 0

- name: Install Fleek CLI globally
run: npm i -g @fleekxyz/cli

- name: Install dependencies
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true


- name: Install Fleek CLI globally
run: pnpm add -g @fleekxyz/cli

- name: Build & deploy sites
run: fleek sites deploy

0 comments on commit c8c7406

Please sign in to comment.