Skip to content

Commit 65e5b8b

Browse files
committed
chore(docs): nuke readme + use a simple one-liner for version getting, add type: caution to copilot features aside
1 parent c364eb0 commit 65e5b8b

3 files changed

Lines changed: 12 additions & 414 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
- name: Install deps
8484
run: |
8585
cd docs
86-
npm ci
86+
npm install
8787
8888
- name: Build site
8989
working-directory: ${{ github.workspace }}/docs
90-
run: npm run build
90+
run: PUBLIC_VERSION=$(npm show ./ version) npm run build
9191

9292
- name: Upload GitHub Pages Artifact
9393
uses: actions/upload-pages-artifact@2d163be3ddce01512f3eea7ac5b7023b5d643ce1 # Pinning to SHA because that thing hasn't updated in a year it seems

0 commit comments

Comments
 (0)