update actions

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

@ -7,6 +7,8 @@ jobs:
if: ${{ github.event.label.name == 'publish' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: cd ..
- run: npm install
- run: ls

Loading…
Cancel
Save