feat: docs deployment action (#250)

This commit is contained in:
kimatata
2025-07-13 19:49:27 +09:00
committed by GitHub
parent c6232a7398
commit 57a7db2dce

View File

@@ -1,13 +1,7 @@
name: Deploy to GitHub Pages
name: Deploy docs to GitHub Pages
on:
push:
branches:
- main
- develop
workflow_dispatch:
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
build: