Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustdoc to GitHub Pages #68

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Rustdoc to GitHub Pages #68

merged 1 commit into from
Dec 14, 2023

Conversation

ciscorn
Copy link
Member

@ciscorn ciscorn commented Dec 14, 2023

Rustdoc (cargo doc --no-deps) で生成されるドキュメントを、GitHub Pagesにアップロードします。

main ブランチに push されたきにトリガされます。

⚠️ GitHub Pages にアップロードされたものはパブリックに閲覧可能です。

Closes #66

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
Components Coverage Δ
tauri-app ∅ <ø> (∅)
nusamai-* 79.36% <ø> (ø)

📢 Thoughts on this report? Let us know!

@ciscorn ciscorn changed the title cargo doc to GitHub Pages Cargo doc to GitHub Pages Dec 14, 2023
@ciscorn ciscorn added the documentation Improvements or additions to documentation label Dec 14, 2023
@ciscorn ciscorn self-assigned this Dec 14, 2023
@ciscorn ciscorn force-pushed the doc-gh-pages branch 2 times, most recently from c0226f1 to 2577f0c Compare December 14, 2023 07:51
@ciscorn ciscorn marked this pull request as ready for review December 14, 2023 08:06
@ciscorn ciscorn requested a review from a team December 14, 2023 08:06
@sorami
Copy link
Member

sorami commented Dec 14, 2023

Copy link
Member

@sorami sorami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ciscorn ciscorn changed the title Cargo doc to GitHub Pages Rustdoc to GitHub Pages Dec 14, 2023
@ciscorn ciscorn merged commit 9afd5de into main Dec 14, 2023
4 checks passed
@ciscorn ciscorn deleted the doc-gh-pages branch December 14, 2023 08:33
ciscorn added a commit that referenced this pull request Dec 27, 2023
Rustdoc (`cargo doc --no-deps`) で生成されるドキュメントを、GitHub Pagesにアップロードします。

main ブランチに push されたきにトリガされます。

:warning: GitHub Pages にアップロードされたものはパブリックに閲覧可能です。

Closes #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: cargo doc → GitHub Pages
2 participants