aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nodejs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r--.github/workflows/nodejs.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
deleted file mode 100644
index a2db377..0000000
--- a/.github/workflows/nodejs.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: Node CI
-
-on: [push, pull_request]
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout
- uses: actions/checkout@v1
- - name: Setup Node
- uses: actions/setup-node@v1
- - name: Install Dependencies
- run: npm install
- - name: Test
- run: npm run test
- - name: Build
- run: npm run build
- - name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@4.0.0
- with:
- branch: gh-pages # The branch the action should deploy to.
- folder: webAO # The folder the action should deploy.