update actions

pull/1760/head^2
yann300 3 years ago committed by GitHub
parent c0bf2e0954
commit f5ad9a10cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/publish-remix-ide.yml

@ -9,9 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: cd ..
- run: npm install
- run: ls
- run: pwd
- run: nx build remix-ide --with-deps
- run: npm run build
- run: node ./apps/remix-ide/ci/publishIpfs

Loading…
Cancel
Save