Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4… #579

chore(deps): update jamesives/github-pages-deploy-action action to v4…

chore(deps): update jamesives/github-pages-deploy-action action to v4… #579

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
tests:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Export
run: npm run export
- name: Fix .nojekyll
run: touch out/.nojekyll
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: out
clean: true
single-commit: true