Skip to content

Merge pull request #256 from Make-IT-TSUKUBA/update_2024-02-02 #156

Merge pull request #256 from Make-IT-TSUKUBA/update_2024-02-02

Merge pull request #256 from Make-IT-TSUKUBA/update_2024-02-02 #156

Workflow file for this run

name: Build
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
environment: actions
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_ADMIN_TOKEN }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- name: Install
run: npm ci
- name: Build
run: NODE_OPTIONS='--openssl-legacy-provider' npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_ADMIN_TOKEN }}
publish_dir: dist