From f7b6d7a3ebd17c99c9bb81924c9b066655866800 Mon Sep 17 00:00:00 2001 From: wass Date: Sat, 18 May 2024 14:50:24 +0200 Subject: [PATCH] revert simplified dev --- .github/workflows/deploy.yml | 2 -- README.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dda8976..5b5ffa6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,8 +22,6 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 - - name: Use registry version - run: sed -i 's|"file:packages/content-structure"|"^1.1.8"|' package.json - name: Install, build, and upload your site uses: withastro/action@v2 with: diff --git a/README.md b/README.md index 2a0f177..bacbdc3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ pnpm run build ## github action usage - test locally with https://nektosact.com/installation/index.html +# content-structure Development +for development of content-structure it is possible to replace the registry version with the submodule version +```json + "content-structure": "file:packages/content-structure", +``` + # Ideas - auto generate menu from markdown titles - icon file with link in config diff --git a/package.json b/package.json index ba74779..25afa32 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@google/model-viewer": "^3.4.0", "@svgdotjs/svg.js": "^3.1.2", "astro": "^4.5.10", - "content-structure": "file:packages/content-structure", + "content-structure": "^1.1.8", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "datatables.net-dt": "^1.13.7",