Skip to content

build(deps-dev): bump webpack from 5.94.0 to 5.97.1 (#59) #150

build(deps-dev): bump webpack from 5.94.0 to 5.97.1 (#59)

build(deps-dev): bump webpack from 5.94.0 to 5.97.1 (#59) #150

Workflow file for this run

name: Build & Deploy
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm run build
# - run: npm test
# env:
# CI: true
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: qoomon/actions-publish-to-github-pages@v1
with:
GITHUB_PAGES_SOURCE_DIR: dist
GITHUB_PAGES_BRANCH: gh-pages
GITHUB_PAGES_REPLACE: false