Skip to content

doxygen の生成結果を GitHub Pages で公開する #81

Open
@m-tmatma

Description

sakura-editor/sakura-editor.github.io#6
の件ですが、GitHub Actions で doxygen の生成を行って、 GitHub Pages に push して公開しようと考えています。

準備

  1. https://githhub.com/sakura-editor/doxygen を作る
  2. https://githhub.com/sakura-editor/doxygen の設定で gh-pages のブランチを公開するように設定する

処理フロー

.github/workflows/main.yml を作成して、以下の処理を GitHub Actions で実行する

  1. actions/checkouthttps://githhub.com/sakura-editor/sakura を GitHub Actions で checkout する
  2. 上記リポジトリで Doxygen Action を使用して doxygen のドキュメントを生成する
  3. Deploy to GitHub Pages を使用して gh-pages のブランチに push する (※ GitHub Pages actionDeploy to GitHub Pages) に変更

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions