Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Update config.json

Update config.json #5

Workflow file for this run

on: [push]
jobs:
build:
name: "πŸ₯” Build Static Tatertot & Push changes"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: node ./src/index.js > index.html
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'πŸ₯” Update Tatertot Static Site'