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
NOTE: I noticed that your original action had been deprecated, so I thought I would re-ask the question here:
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.
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!
The text was updated successfully, but these errors were encountered:
It should be possible to update the action so that pushing a branch (even one without a PR) will create a folder for the branch. I think that's a reasonable default behavior for this action, so I'd support adding it here.
I'm going to tag this as help-wanted as I don't have the bandwidth to make that change myself but am open to a contribution.
As a possible workaround: You can try tweaking your workflow so that you open a PR each time you give a presentation. The action, as-is, will deploy that to a sub-folder and you can share links to that path.
NOTE: I noticed that your original action had been deprecated, so I thought I would re-ask the question here:
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!
The text was updated successfully, but these errors were encountered: