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

CI Hardening #135

Merged
merged 2 commits into from
Feb 25, 2025
Merged

CI Hardening #135

merged 2 commits into from
Feb 25, 2025

Conversation

Holzhaus
Copy link
Owner

No description provided.

@Holzhaus Holzhaus marked this pull request as ready for review February 24, 2025 22:02
Comment on lines +63 to +67
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/doc
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you do this if the docs are also on docs.rs?

Copy link
Owner Author

Choose a reason for hiding this comment

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

For in-development docs that are not yet tagged. But I'm not passionate about this, we could also remove it.

Copy link
Contributor

Choose a reason for hiding this comment

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

nah its fine. Just didn't know we had this. For local dev I feel like cargo doc --open suffices too though.

@Holzhaus Holzhaus merged commit e5bc74c into main Feb 25, 2025
10 checks passed
@Holzhaus Holzhaus deleted the ci-hardening branch February 25, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants