Skip to content

build(deps): bump semver from 5.7.1 to 5.7.2 in /webpage #394

build(deps): bump semver from 5.7.1 to 5.7.2 in /webpage

build(deps): bump semver from 5.7.1 to 5.7.2 in /webpage #394

Workflow file for this run

name: Build Webpage
on:
push:
branches: [ main ]
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
# if [[ ${changed_file} == "CHANGELOG.md" ]] || [[ ${changed_file} = screenshots* ]] || [[ ${changed_file} = webpage* ]] || [[ ${changed_file} = ".github/workflows/build-webpage.yml" ]] ;
paths:
- '.github/workflows/build-webpage.yml'
pull_request:
branches: [ main ]
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
# if [[ ${changed_file} == "CHANGELOG.md" ]] || [[ ${changed_file} = screenshots* ]] || [[ ${changed_file} = webpage* ]] || [[ ${changed_file} = ".github/workflows/build-webpage.yml" ]] ;
paths:
- 'CHANGELOG.md'
- 'screenshots/**'
- 'webpage/**'
defaults:
run:
working-directory: webpage
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: files
uses: masesgroup/retrieve-changed-files@v2
with:
format: 'csv'
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12'
- run: yarn install
- run: yarn run build