Skip to content

Bump webpack from 5.70.0 to 5.76.0 (#3) #23

Bump webpack from 5.70.0 to 5.76.0 (#3)

Bump webpack from 5.70.0 to 5.76.0 (#3) #23

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
name: Publish
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
force_orphan: true
cname: crc-reveng.septs.app