Skip to content

revert: remove sync-template https://github.com/ubiquity/ts-template/issues/54#issuecomment-2428842723 #33

revert: remove sync-template https://github.com/ubiquity/ts-template/issues/54#issuecomment-2428842723

revert: remove sync-template https://github.com/ubiquity/ts-template/issues/54#issuecomment-2428842723 #33

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.10.0
- name: Build
run: |
yarn
yarn build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: static
path: static