Skip to content

Merge pull request #3 from hm-seclab/dependabot/npm_and_yarn/axios-1.6.7 #22

Merge pull request #3 from hm-seclab/dependabot/npm_and_yarn/axios-1.6.7

Merge pull request #3 from hm-seclab/dependabot/npm_and_yarn/axios-1.6.7 #22

name: Node.js CI
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
branch: gh-pages