Mannimu
04/16/2021, 9:30 PMkevins8
04/16/2021, 10:34 PMuser
04/16/2021, 10:36 PMuser
04/16/2021, 10:36 PMuser
04/16/2021, 10:38 PMuser
04/16/2021, 10:38 PMkevins8
04/16/2021, 10:42 PMdendron-site comes with a daily.schema.yml file. currently, schemas are globals across all vaults so the last loaded schema will take precedent if multiple schemas match same hiearchy rootcodefriar
04/16/2021, 10:44 PMregis
04/17/2021, 12:13 PMpowershell
blablabla
code here
Any hint would be appreciated.codefriar
04/17/2021, 12:15 PMKiran
04/17/2021, 12:15 PMTerminal: Run Selected Text in Active Terminal ?Kiran
04/17/2021, 12:15 PMhikchoi
04/17/2021, 12:17 PMregis
04/17/2021, 12:17 PMregis
04/17/2021, 12:21 PMfudo
04/17/2021, 12:27 PMregis
04/17/2021, 12:30 PMfudo
04/17/2021, 12:33 PMregis
04/17/2021, 12:38 PMregis
04/17/2021, 12:48 PMhikchoi
04/17/2021, 12:49 PMkevins8
04/17/2021, 3:24 PMshaughnpuppy
04/17/2021, 4:10 PMTychronos
04/17/2021, 4:46 PMmain, which contains everything (and is a private repo on github)
- a publishable, which contains just the vaults that I want to publish (and is a public repo on github). This repo is linked to main like this in the dendron.code-workspace:
"folders": [
{
"path": "../main/code",
"name": "code"
}
],
When I push commits from the publishable branch, it triggers the github action properly, but it gets hung up at the build job. I get this error (truncated):
ENOENT: no such file or directory, scandir '/home/runner/work/Digital-Garden/main/code'\n at Object.readdirSync
However, I am not expecting these main/code directories to exist, and as the name suggests, they are actually part of the main Dendron workspace (non-publishable).
Just to be clear, code is a vault of the main repo, that I am linking to from the publishable repo
Question is, why is it looking in those folders, considering they are different repos altogether? There are actually no vaults in the publishable repo, and as I understand it, that repo's only job is to hold builds. When I run Dendron Build Site (in command palette), it builds the html files based on that link it has to the main dendron workspace. I didn't expect that anything from the main repo would be needed past this stage. So why is it trying to access main/codefoureyedsoul
04/17/2021, 6:19 PMkevins8
04/17/2021, 6:21 PMfoureyedsoul
04/17/2021, 6:26 PMfoureyedsoul
04/17/2021, 7:15 PMkevins8
04/17/2021, 11:01 PMshaughnpuppy
04/17/2021, 11:11 PM