Skip to content

docs: Add build command #38

docs: Add build command

docs: Add build command #38

Workflow file for this run

name: Deploy
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.14.x
- name: npm install
run: |
npm install
- name: Build App
run: npx webpack
- name: App Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: rubyonbrowser.ongaeshi.me