Michael Vorburger
Michael Vorburger
@lburgazzoli OK for you?
It seems like nowadaways this is as simple as in https://github.com/GoogleCloudPlatform/air-draw-demo/blob/master/cloudbuild.yaml ?
Since creating this issue, I've moved some things around, and the `/dist/` is no longer on `HEAD` in my repo (because I've switched to building it in a GitHub Action;...
#168 will fix this!
Oh... wait; so: Using `export --format md --output dist/png` works! (The difference being it not ending in a trailing slash.) That produces `dist/png.md` and `dist/png/*.png` - which makes sense, actually....
> Using export --format md --output dist/png works! Actually, nope, that doesn't really "work" - the links in the MD are broken, they point to `./dist/png/1.png` (instead of just `png/1.png`)....
I've just noticed that you're producing a `_redirects` file in `dist/`, but that's not a "standard" which (all) web-servers understand, of course.
This also affects `/presenter/`, e.g. https://www.vorburger.ch/LearningMachineLearning/prez/sli.dev/dist/presenter/ is "broken" (it 404s), even though if you first open https://www.vorburger.ch/LearningMachineLearning/prez/sli.dev/dist/ and then open the presenter mode via the lower left corner icon, then...
Actually, I've just figured that this problem is specific to using GitHub's (older) Pages' _"Deploy from a branch"_ ... ... when [using GitHub Actions as documented](https://sli.dev/guide/hosting#github-pages) then it works just...
Does this error mean that it could not `--mount-ipfs=${MOUNTPOINT_IPFS} --mount-ipns=${MOUNTPOINT_IPNS}` from `/usr/lib/systemd/system/ipfsd.service` from https://github.com/taw00/ipfs-rpm/blob/master/SOURCES/kubo-contrib/systemd/usr-lib-systemd-system_ipfsd.service ? Per `/etc/sysconfig/ipfsd` from https://github.com/taw00/ipfs-rpm/blob/master/SOURCES/kubo-contrib/systemd/etc-sysconfig_ipfsd that's apparently set to `MOUNTPOINT_IPFS=/ipfs/ipfsd.service/ipfs` & `MOUNTPOINT_IPNS=/ipfs/ipfsd.service/ipns` (perhaps the error message...