Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Nov 8, 2024
1 parent 11ba0cf commit d419cd0
Show file tree
Hide file tree
Showing 70 changed files with 200 additions and 14,032 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: CI/CD

on:
push:
branches: dashboard-fio
pull_request:
branches: dashboard-fio

jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Deploy to GitHub Pages
run: |
npm run deploy
env:
CI: true
21 changes: 0 additions & 21 deletions fio_gpfsclient_test/README.md

This file was deleted.

183 changes: 0 additions & 183 deletions fio_gpfsclient_test/psync_gpfs.sh

This file was deleted.

Loading

0 comments on commit d419cd0

Please sign in to comment.