open-feature / flagd

A feature flag daemon with a Unix philosophy
https://openfeature.dev
Apache License 2.0
564 stars 67 forks source link

chore: fix netlify doc publish #1431

Closed beeme1mr closed 4 weeks ago

beeme1mr commented 4 weeks ago

This PR

Notes

Netlify build output

Warning: The current project could not be installed: No file/folder found for package flagd-dev
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error!

I resolved the issue by following this guide.

https://docs.netlify.com/frameworks/#mkdocs

netlify[bot] commented 4 weeks ago

Deploy Preview for polite-licorice-3db33c ready!

Name Link
Latest commit 1d16f3fcde7ad2b4a6503a7b1cc89c6d3fd483f1
Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/671fe42decf0ea0008eaf8c0
Deploy Preview https://deploy-preview-1431--polite-licorice-3db33c.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

toddbaert commented 4 weeks ago

lgtm, thanks for fixing.