Robert Alexander
Robert Alexander
Most AWS creds with high privileges I've worked with have required MFA, this seems important to me. (ping to remove the stale label).
Just as a heads-up when implementing this. Browsers like Google [don't enforce Name Constraint on any manually imported trust roots](https://bugs.chromium.org/p/chromium/issues/detail?id=1072083). For this to work, I believe you need to create...
I think Mastodon is confusing verified links with profile equivalence. XFN describes rel=me as [a link to yourself at a different URL](https://gmpg.org/xfn/11). Microformats says it should [indicate profile equivalence](https://microformats.org/wiki/rel-me). Regardless...
Hey balint, Try a relative path of `../markdown_slides/example.png`. The marp action should be committing the newly generated HTML files back to the repository on the specified `PUBLISH_TO_BRANCH`. In your case...
I like this idea a lot! I've seen a couple different ways people are using this that suggests the need for multi-branch support. Thanks for reaching out. I'd like to...
Cool workflow! The action currently deploys any branches that are associated with a pull request, which is intended for a code review scenario: https://github.com/ralexander-phi/marp-to-pages/blob/main/.github/workflows/marp-to-pages.yml#L63-L69 It should be possible to update...
Looking again, you are right that this is one per run instead of one per VU. That greatly reduces my concern. I think this can be resolved as-is. Thanks for...