-
Notifications
You must be signed in to change notification settings - Fork 238
ci: add env and update readme to include the correct mdBook #1595
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
Conversation
494e095
to
2141d64
Compare
.github/workflows/mdbook.yaml
Outdated
environment: | ||
name: github-pages | ||
url: ${{ steps.deploy.outputs.page_url }} |
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.
why are you defining this? it doesn't seem like its used?
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 think it can automatically generate a page link for
https://eigenda.github.io/book/
@ian-shim can you add the github book link to here too. ![]() |
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.
Not sure this is needed, I think default is to deploy to github pages, which it already is: https://layr-labs.github.io/eigenda/
But doesn't hurt to explicitly add it I guess. Just hope this actually works
I add a new section 5f23fd7 |
Publish md book in CI