Skip to content

Commit

Permalink
Fix deploy web GH action #408
Browse files Browse the repository at this point in the history
  • Loading branch information
hericmar committed Mar 14, 2024
1 parent 78693b9 commit 0b13d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
defaults:
run:
working-directory: Docs
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -31,8 +28,8 @@ jobs:
sudo apt install -y doxygen unzip wget
wget https://github.com/matusnovak/doxybook2/releases/download/v1.5.0/doxybook2-linux-amd64-v1.5.0.zip
unzip doxybook2-linux-amd64-v1.5.0.zip
cp bin/doxybook2 /usr/bin
bash Scripts/CreateCppDocs.sh
sudo cp bin/doxybook2 /usr/bin
# bash ./Scripts/CreateCppDocs.sh
- name: Build website
run: npm run docs:build
Expand Down
2 changes: 2 additions & 0 deletions Docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default defineConfig({
{ text: 'How to add new node', link: '/developer-guide/how-to-add-new-node' },
]
},
/*
{
text: 'C++ API Reference',
link: '/cpp-api-reference/',
Expand All @@ -69,6 +70,7 @@ export default defineConfig({
...autogenerate('Namespaces', 'namespaces'),
]
}
*/
],

socialLinks: [
Expand Down

0 comments on commit 0b13d2c

Please sign in to comment.