Skip to content

Commit

Permalink
fix: With after uses
Browse files Browse the repository at this point in the history
  • Loading branch information
wilgnne committed Jun 2, 2021
1 parent afd642e commit f6ffa12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

- name: Install and Build 🔧
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn export
- run: touch out/.nojekyll
env:
CI: true
with:
node-version: ${{ matrix.node }}

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit f6ffa12

Please sign in to comment.