Skip to content

Commit 766f497

Browse files
committed
docs: use external demo site
1 parent 9e4f46d commit 766f497

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docusaurus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Create local build artifacts
3030
run: |
3131
echo "Building documentation..."
32-
npx nx build-external-docs documentation
32+
# npx nx build-external-docs documentation
33+
npx nx build documentation
3334
3435
- name: Init git and commit local artifacts
3536
run: |

apps/documentation/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const config = {
7070
label: 'Documentation',
7171
},
7272
{
73-
href: 'https://angular-threejs.netlify.app/demo',
73+
href: 'https://angular-threejs-demo.netlify.app/',
7474
position: 'left',
7575
label: 'Demo',
7676
},

0 commit comments

Comments
 (0)