Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cadop committed Jun 30, 2022
1 parent 2a8d45b commit 3ee2506
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
sudo apt-get install -y doxygen
sudo apt-get install -y graphviz
- name: Build documentation with doxygen
- name: Build c++ documentation with doxygen
run: |
cd src
doxygen Doxyfile
ls
- name: Build documentation with doxygen
- name: Build c# documentation with doxygen
run: |
cd docs
ls
doxygen Doxyfile_Csharp
doxygen Doxyfile_Public_CSharp
- name: Auto-deploy doc changes
run : |
Expand Down
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<meta http-equiv="refresh" content="0; url=./Python Docs/index.html" />


<meta http-equiv="refresh" content="0; url=./C++/html/index.html" />
<!-- <meta http-equiv="refresh" content="0; url=./Python Docs/index.html" /> -->

0 comments on commit 3ee2506

Please sign in to comment.