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
Hi @saqimtiaz
Assume I have a repo called TW-Lab with a landing page (a index.html = a Tiddlywiki). It has description and links to few other tiddlywikis! (my projects, experiments)
@kookma I have a very busy week at the moment so I cannot help you with the exact setup that you need. However, here are some leads that you can pursue:
You can configure workflows to run when files are pushed in specific paths in the repo:
You can set up multiple build scripts in the package.json file, one for each wiki, that can be called by the workflows
A simpler version of this might be to generate every wiki when something is pushed, in which case you only need to update the build script to build all wikis.
If that doesn't help you get there, please remind me after the weekend.
@saqimtiaz - thank. I go through what you advised and I think I should be able to manage this!
I will remind you this weekend and update you with the result!
Hi @saqimtiaz
Assume I have a repo called TW-Lab with a landing page (a index.html = a Tiddlywiki). It has description and links to few other tiddlywikis! (my projects, experiments)
The structure is like below
How can I use/modify the action-github to be able to create all projects index.html, when I make a change to them?
The text was updated successfully, but these errors were encountered: