Ole Eskid tries
I tried to make it work on GitHub Pages, here are the task completed and their results:
I tried to make it work an action that build and deploy and wasn't able to succeed. I tried several configurations with either GitHub and third-party actions and none succeeded. I also tried actions that push commit in the same digital garden so the standard build got triggered and also didn't work.
At the end what I pull of was build the site in the DG Template and push the site as a directory docs into another Obsidian Vault in an specific branch, in my case was garden
Here a few docs/links with useful information:
- starter-workflows/pages at main ยท actions/starter-workflows ยท GitHub
- GitHub - actions/configure-pages: An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows.
- GitHub - actions/upload-pages-artifact: A composite action for packaging and uploading an artifact that can be deployed to GitHub Pages.
- GitHub - actions/deploy-pages: GitHub Action to publish artifacts to GitHub Pages for deployments
- GitHub - peaceiris/actions-gh-pages: GitHub Actions for GitHub Pages ๐ Deploy static files and publish your site easily. Static-Site-Generators-friendly.
- Using custom workflows with GitHub Pages - GitHub Docs