Skip to content

update tabi

update tabi #93

Workflow file for this run

on: push
name: Build and Deploy GH Pages
jobs:
build:
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: shalzz/zola-deploy-action@v0.17.2
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}