Open
Description
sakura-editor/sakura-editor.github.io#6
の件ですが、GitHub Actions で doxygen の生成を行って、 GitHub Pages に push して公開しようと考えています。
準備
https://githhub.com/sakura-editor/doxygen
を作るhttps://githhub.com/sakura-editor/doxygen
の設定でgh-pages
のブランチを公開するように設定する
処理フロー
.github/workflows/main.yml
を作成して、以下の処理を GitHub Actions で実行する
actions/checkout
でhttps://githhub.com/sakura-editor/sakura
を GitHub Actions で checkout する- 上記リポジトリで Doxygen Action を使用して doxygen のドキュメントを生成する
- Deploy to GitHub Pages を使用して
gh-pages
のブランチに push する (※GitHub Pages action
→Deploy to GitHub Pages
) に変更
Metadata
Assignees
Labels
No labels