Skip to content

Build Webpack

Build Webpack #7

Workflow file for this run

name: Build Webpack
on: workflow_dispatch
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install 📥
run: npm ci
- name: Build 📦
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
- name: Run 🏃
run: |
node20 './src/public/index.js'