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

chore: publish slides #1

chore: publish slides

chore: publish slides #1

Workflow file for this run

name: test and publish
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: write
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: taiki-e/install-action@v2
with:
tool: just@1
- uses: actions/setup-node@v4
with:
node-version: 20
- run: just publish
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist # The folder the action should deploy.