Skip to content

Deploy GitHub Pages #462

Deploy GitHub Pages

Deploy GitHub Pages #462

Workflow file for this run

---
name: Deploy GitHub Pages
on:
workflow_dispatch:
schedule:
- cron: "*/30 * * * *"
permissions: {}
jobs:
deploy-doc:
timeout-minutes: 15
runs-on: ubuntu-24.04
permissions:
contents: write
issues: write
steps:
- uses: suzuki-shunsuke/release-doc-action@4ee2ba93efda4972a1150d1ab09eca96f0f0958b # v0.0.3
with:
repository: suzuki-shunsuke/github-comment-docs
issue_number: "1892"
publish_dir: build
destination_dir: docs