Skip to content

build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 in /webpage #416

build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 in /webpage

build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 in /webpage #416

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@v4
- id: files
uses: masesgroup/retrieve-changed-files@v3
with:
format: 'csv'
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run build