We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4f46d commit 766f497Copy full SHA for 766f497
.github/workflows/docusaurus.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: Create local build artifacts
30
run: |
31
echo "Building documentation..."
32
- npx nx build-external-docs documentation
+ # npx nx build-external-docs documentation
33
+ npx nx build documentation
34
35
- name: Init git and commit local artifacts
36
apps/documentation/docusaurus.config.js
@@ -70,7 +70,7 @@ const config = {
70
label: 'Documentation',
71
},
72
{
73
- href: 'https://angular-threejs.netlify.app/demo',
+ href: 'https://angular-threejs-demo.netlify.app/',
74
position: 'left',
75
label: 'Demo',
76
0 commit comments