Skip to content

Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.6 #145

Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.6

Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.6 #145

Workflow file for this run

name: CI
on:
push:
branches: [ gh-pages ]
pull_request:
branches: [ gh-pages ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v5.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5.0.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run validate
- run: npm run diff
- run: npm run build_sprites