We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292a33a commit a9d5008Copy full SHA for a9d5008
README.md
@@ -1,3 +1,5 @@
1
+# This is a fork that uses Doxygen 1.10
2
+
3
# Doxygen GitHub Pages Deploy Action
4
5
GitHub Action for making and deploying Doxygen documentation to a GitHub pages branch
@@ -18,7 +20,7 @@ jobs:
18
20
deploy:
19
21
runs-on: ubuntu-latest
22
steps:
- - uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
23
+ - uses: JustEnoughMod/doxygen-github-pages-action@v1.0.0
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
```
@@ -48,7 +50,7 @@ jobs:
48
50
49
51
52
53
54
55
56
branch: gh-pages
0 commit comments