-
Notifications
You must be signed in to change notification settings - Fork 2
Description
This action looks like it will be really useful, so thank you very much for creating it!
I was a long time user of GitPitch before it closed down, and I am looking to see whether I can use Marp as a replacement.
The way I used to create my GitPitch decks was that I would work off of the master/main branch, and once I gave a presentation I would create a branch at the point that I gave the talk, so that anyone who wanted to review the slide deck for that version of the talk could go back and look at it, and I could continue to tweak/change the slide deck on the master branch.
An example of this can be found here:
https://github.com/gep13-talks/CakeDemos
Is it possible for this action to support the creation of multiple folders in the site that is published to GitHub pages? i.e. a folder for each branch, and then I could give folks a link to the folder to view that version of the slide deck.
Thanks for any help that you can offer here!