Replies: 1 comment
-
As slate is generating to a single static page (with then additional files being relative to that single page), you just need to set-up your build pipeline to copy the contents of slate/.github/workflows/deploy.yml Lines 36 to 41 in e3a3a3a slate/.github/workflows/dev_deploy.yml Lines 44 to 50 in e3a3a3a As part of this, I would recommend that you utilize the docker image of slate as it then allows you to set folders to make it easy to build out of the same repo, where let's say you have two folders,
|
Beta Was this translation helpful? Give feedback.
-
We already use slate for our customer APIs. e.g. https://developer.igrant.io/
We are looking for add a directory for a bunch of new api sets. e.g. https://developer.igrant.io/new-apis
What is the best way to do this? I am looking to reuse our current slate fork
Beta Was this translation helpful? Give feedback.
All reactions