You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poetry install
poetry run python embed.py skip_embed ${SHIRLYWHIRLMD}
Then commit the changes into shirlywhirlmd and pushing them in main will trigger the rebuild of the site. Once per week is ideal
This line will certainly have to change: https://github.com/shirlywhirl/pylab/blob/main/post.py#L40 its a dumb hardcode. Github actions will likely have an environment variable to utilize for this, but also ../shirlywhirlmd is likely to just work.
Ensure the action does not leak the github secret!
The text was updated successfully, but these errors were encountered:
The action should run
Then commit the changes into shirlywhirlmd and pushing them in main will trigger the rebuild of the site. Once per week is ideal
This line will certainly have to change: https://github.com/shirlywhirl/pylab/blob/main/post.py#L40 its a dumb hardcode. Github actions will likely have an environment variable to utilize for this, but also
../shirlywhirlmd
is likely to just work.Ensure the action does not leak the github secret!
The text was updated successfully, but these errors were encountered: