Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 #571

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

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 #571

Workflow file for this run

name: CI
on: pull_request
jobs:
tests:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Export
run: npm run export