Skip to content

Commit

Permalink
feat: new
Browse files Browse the repository at this point in the history
  • Loading branch information
alinasytnik committed Aug 11, 2023
1 parent 32cd31b commit d1e1d46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fleek-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Fleek CLI
node-version: 19.8.1
- name: Install Fleek CLI globally
run: npm i -g @fleekxyz/cli
- name: Install Packages
run: yarn run install
- name: Install dependencies
run: npm install
- name: Build & deploy sites
run: fleek sites deploy

0 comments on commit d1e1d46

Please sign in to comment.