Skip to content

Commit

Permalink
revert simplified dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed May 18, 2024
1 parent adf70d7 commit f7b6d7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f7b6d7a

Please sign in to comment.