Skip to content

Merge pull request #20 from dli7319/dependabot/npm_and_yarn/multi-d66… #53

Merge pull request #20 from dli7319/dependabot/npm_and_yarn/multi-d66…

Merge pull request #20 from dli7319/dependabot/npm_and_yarn/multi-d66… #53

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install all dependencies
run: npm ci
- name: Build
run: npm run build
- name: Push
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: dist # The branch name where you want to push the assets
FOLDER: dist # The directory where your assets are generated
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "Build: ({sha}) {msg}" # The commit message