Skip to content

Commit

Permalink
fix: deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jul 23, 2024
1 parent 249979b commit 8243fe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container: node:6

env:
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}

steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Build
run: |
Expand Down

0 comments on commit 8243fe8

Please sign in to comment.