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
As #262 is going to be merged soon, we need to come with a solution in order to get the asciinema demos to the landing page.
As discussed in there, on long term, it may be a good idea to use tuterm to generate more extended demo that we could also automagically push to the landing page.
The best way to achieve this is to make the demo generation part of the Github Action workflow.
Additional context
asciinema (CLI) can read an API token that is located inside ~/.config/asciinema/install-id.
WARNING: ~/.config/asciinema/install-id shouldn't end with a new line.
asciinema (CLI) output should be grep-ed to get the new URL. As far as I could test, there is no way to update the URL within asciinema.org.
From the perspective of this project, an automated GitHub Action Job, should:
clone the PyFunceble/pyfunceble.github.io project
switch to the react-src branch
rewrite the content of the src/data/asciinema_demo.json file.
deploy to GitHub pages.
push changes - made to the react-src branch.
The text was updated successfully, but these errors were encountered:
Description
As #262 is going to be merged soon, we need to come with a solution in order to get the asciinema demos to the landing page.
As discussed in there, on long term, it may be a good idea to use tuterm to generate more extended demo that we could also automagically push to the landing page.
The best way to achieve this is to make the demo generation part of the Github Action workflow.
Additional context
asciinema
(CLI) can read an API token that is located inside~/.config/asciinema/install-id
.WARNING:
~/.config/asciinema/install-id
shouldn't end with a new line.asciinema
(CLI) output should be grep-ed to get the new URL. As far as I could test, there is no way to update the URL withinasciinema.org
.From the perspective of this project, an automated GitHub Action Job, should:
PyFunceble/pyfunceble.github.io
projectreact-src
branchsrc/data/asciinema_demo.json
file.react-src
branch.The text was updated successfully, but these errors were encountered: