Skip to content

Commit a9d5008

Browse files
authored
Update README.md
1 parent 292a33a commit a9d5008

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This is a fork that uses Doxygen 1.10
2+
13
# Doxygen GitHub Pages Deploy Action
24

35
GitHub Action for making and deploying Doxygen documentation to a GitHub pages branch
@@ -18,7 +20,7 @@ jobs:
1820
deploy:
1921
runs-on: ubuntu-latest
2022
steps:
21-
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
23+
- uses: JustEnoughMod/doxygen-github-pages-action@v1.0.0
2224
with:
2325
github_token: ${{ secrets.GITHUB_TOKEN }}
2426
```
@@ -48,7 +50,7 @@ jobs:
4850
deploy:
4951
runs-on: ubuntu-latest
5052
steps:
51-
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
53+
- uses: JustEnoughMod/doxygen-github-pages-action@v1.0.0
5254
with:
5355
github_token: ${{ secrets.GITHUB_TOKEN }}
5456
branch: gh-pages

0 commit comments

Comments
 (0)