Skip to content

Commit 12f6c9e

Browse files
committed
rename docs-src to demo
1 parent fff0f33 commit 12f6c9e

24 files changed

+7
-65
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44

55
jobs:
66
test:
7-
if: false
87
runs-on: ubuntu-latest
98
strategy:
109
matrix:
@@ -32,7 +31,7 @@ jobs:
3231
uses: codecov/codecov-action@v5
3332

3433
build-demo:
35-
# needs: test
34+
needs: test
3635
if: github.ref == 'refs/heads/master'
3736
runs-on: ubuntu-latest
3837
steps:
@@ -47,13 +46,13 @@ jobs:
4746
with:
4847
node-version: 22
4948
- name: Install dependencies
50-
run: pnpm -C docs-src install && pnpm -C docs-src add github:AlexanderMac/o2diff
49+
run: pnpm -C demo install && pnpm -C demo add github:AlexanderMac/o2diff
5150
- name: Build app
52-
run: pnpm -C docs-src run build:prod
51+
run: pnpm -C demo run build:prod
5352
- name: Upload demo build as artifact
5453
uses: actions/upload-pages-artifact@v3
5554
with:
56-
path: docs-src/dist/browser/
55+
path: demo/dist/browser/
5756

5857
deploy-demo:
5958
needs: build-demo
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs-src/package.json renamed to demo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"start": "ng serve",
1111
"build": "ng build --configuration development",
1212
"build:prod": "ng build --base-href /o2diff/",
13-
"make-docs": " pnpm build:prod && rm -rf ../docs && mv dist/browser ../docs",
1413
"lint": "ng lint --fix",
1514
"prettify": "prettier --write \"src/**/*.ts\"",
1615
"format": "pnpm lint && pnpm prettify"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)