Update IPFS deploy step

Missing yarn install
This commit is contained in:
Edd 2022-04-12 13:41:01 +00:00 committed by GitHub
parent d357ead26e
commit 1029c5bfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16.14.0
- name: Install root dependencies
run: yarn install
- name: Run deploy for affected sites
env:
FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }}