Skip to content

simplify

simplify #168

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- uses: actions/setup-python@v2
with:
python-version: "3.12"
- run: yarn install
- run: python3 scripts/compile.py
- run: python3 scripts/rss.py
- run: yarn build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: build