-
Notifications
You must be signed in to change notification settings - Fork 47
feat: migrate docs to pages #474
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
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for specklepy failed. Why did it fail? →
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #474 +/- ##
=======================================
Coverage 90.51% 90.51%
=======================================
Files 141 141
Lines 6398 6398
=======================================
Hits 5791 5791
Misses 607 607 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
.github/workflows/docs.yml
Outdated
| deploy: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use v6 checkout (otherwise dependabot will complain) about out-of-date node versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| - name: Configure Git Credentials | ||
| run: | | ||
| git config user.name github-actions[bot] | ||
| git config user.email 41898282+github-actions[bot]@users.noreply.github.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is needed for the mkdocs gh-deploy command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this is from their docs -> https://squidfunk.github.io/mkdocs-material/publishing-your-site/
migrates the docs to github pages