Skip to content

Fix static asset routing with correct splat syntax #39

Fix static asset routing with correct splat syntax

Fix static asset routing with correct splat syntax #39

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npm run build
- name: Deploy
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: static