Skip to content

Commit 810e1e4

Browse files
committed
use the devcontainer
1 parent 3b0d0ef commit 810e1e4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish-website.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,7 @@ jobs:
4040
# runCmd: |
4141
# make all -j
4242

43-
- name: Run Doxygen to generate API docs
44-
uses: mattnotmitt/doxygen-action@v1
45-
with:
46-
doxyfile-path: 'Doxyfile'
47-
env:
48-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
50-
- run: dotnet tool update -g docfx
43+
- run: doxygen
5144
- run: docfx docfx.json
5245

5346
- name: Upload artifact

0 commit comments

Comments
 (0)