Skip to content

Conversation

@dogukankaratas
Copy link
Contributor

migrates the docs to github pages

@netlify
Copy link

netlify bot commented Nov 25, 2025

Deploy Preview for specklepy failed. Why did it fail? →

Name Link
🔨 Latest commit 66eab14
🔍 Latest deploy log https://app.netlify.com/projects/specklepy/deploys/6925a8aeb0e037000804b3d5

@codecov
Copy link

codecov bot commented Nov 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.51%. Comparing base (2f2e8ba) to head (66eab14).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Copy link
Member

@JR-Morgan JR-Morgan Nov 25, 2025

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.

Copy link
Contributor Author

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
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

3 participants