Skip to content

Commit

Permalink
fix(): fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmq committed Oct 18, 2021
1 parent c0708a3 commit 1d62263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: ssh deploy
uses: dokku/github-action@master
with:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"*.{css,md,json}": ["prettier --write", "git add"],
"*.{js}": ["eslint --fix", "git add"]
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git://github.com/devschile/huemul.git"
Expand Down

0 comments on commit 1d62263

Please sign in to comment.