aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-07-22 15:48:00 -0400
committerFurkan Sahin <furkan-dev@proton.me>2022-07-22 15:48:00 -0400
commit54daafa537a3550a7463d150c6c7d2c2abc2ba0c (patch)
tree6b2872a6fb8107d6cf9e37ba1b05485b6db8f374 /.github
parentb2ee93c46aa850473be144f85f52ac3e9c5535d3 (diff)
Attempt to fix the workflow error 'every step must define a `uses` or `run` key' (#9)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index fccca20..69ae404 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -14,10 +14,4 @@ jobs:
- name: Install and Build 🔧
run: |
npm ci
- npm run deploy
-
- # - name: Deploy to GitHub Pages
- # uses: JamesIves/github-pages-deploy-action@v4
- # with:
- # branch: gh-pages
- # folder: dist
+ npm run deploy \ No newline at end of file