Skip to content

Revert "feat: save table state" #10

Revert "feat: save table state"

Revert "feat: save table state" #10

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
fetch:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout previous version
uses: actions/checkout@v4
with:
ref: gh-pages
path: output
- name: Copy files into place
run: cp -r static/* output
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: output
single-commit: true