Skip to content

Sync templates from petpet-templates repository (fa817cbf2e174d5d2923… #4

Sync templates from petpet-templates repository (fa817cbf2e174d5d2923…

Sync templates from petpet-templates repository (fa817cbf2e174d5d2923… #4

name: Build Data
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- name: Run build index script
run: node tools/index-builder.cjs
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions