diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-22 15:48:00 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-22 15:48:00 -0400 |
| commit | 54daafa537a3550a7463d150c6c7d2c2abc2ba0c (patch) | |
| tree | 6b2872a6fb8107d6cf9e37ba1b05485b6db8f374 /.github/workflows | |
| parent | b2ee93c46aa850473be144f85f52ac3e9c5535d3 (diff) | |
Attempt to fix the workflow error 'every step must define a `uses` or `run` key' (#9)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 8 |
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 |
