grndstt
02/22/2021, 12:08 PMname: Dendron
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Install npm dependencies
run: npm install
# - name: Install latest dendron-cli
# run: npm install @dendronhq/dendron-cli@latest
# - name: Install latest dendron-11ty
# run: npm install @dendronhq/dendron-11ty@latest
- name: Build pod
run: npm run dendron-cli -- buildSiteV2 --wsRoot . --stage prod
- name: Deploy site
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: pages
publish_dir: docs/
force_orphan: truegrndstt
02/22/2021, 2:33 PMgrndstt
02/22/2021, 2:33 PMgrndstt
02/22/2021, 2:33 PMnpm init -y
npm install @dendronhq/dendron-cli@latest
npm install @dendronhq/dendron-11ty@latestgrndstt
02/22/2021, 2:34 PMgrndstt
02/22/2021, 2:35 PMkevins8
02/22/2021, 6:31 PMnpm update to upgrade the dependencies.
when you run > Site Build locally, dendron will prompt and update your package.json to the latest version of 11tytmsss
02/22/2021, 8:58 PMOli916
02/22/2021, 9:57 PMOli916
02/22/2021, 9:58 PMRy
02/23/2021, 12:14 AMTychronos
02/23/2021, 1:28 AM{
"level": 30,
"time": 1614043640114,
"pid": 69957,
"hostname": "Macbook.local",
"name": "dendron",
"ctx": "WindowWatcher:onDidChangeActiveTextEditor",
"msg": "enter",
"uri": {
"$mid": 1,
"fsPath": "/Users/kyle/Library/Application Support/Code/logs/20210222T171939/exthost1/dendron.dendron/dendron.log",
"external": "file:///Users/kyle/Library/Application%20Support/Code/logs/20210222T171939/exthost1/dendron.dendron/dendron.log",
"path": "/Users/kyle/Library/Application Support/Code/logs/20210222T171939/exthost1/dendron.dendron/dendron.log",
"scheme": "file"
}
}maxcurrent
02/23/2021, 2:07 AMTychronos
02/23/2021, 2:09 AMBassmann
02/23/2021, 5:39 AMhikchoi
02/23/2021, 5:52 AMBassmann
02/23/2021, 5:56 AMkevins8
02/23/2021, 6:01 AMkevins8
02/23/2021, 6:06 AMkevins8
02/23/2021, 6:06 AMkevins8
02/23/2021, 6:06 AMkevins8
02/23/2021, 6:08 AMTychronos
02/23/2021, 6:21 AMTychronos
02/23/2021, 6:21 AMmaxcurrent
02/23/2021, 6:32 AMtmsss
02/23/2021, 10:27 AMbvautier
02/23/2021, 12:23 PMfudo
02/23/2021, 2:52 PMkevins8
02/23/2021, 4:16 PMkevins8
02/23/2021, 4:17 PM>Dendron: Configure (yaml) now, and the option is usePrettyRefs