Skip to content

Commit

Permalink
Try to fix git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Aug 8, 2024
1 parent 1b3338a commit d28f3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Doxypypy
run: pip install git+https://github.com/Dan-wanna-M/doxypypy@master --force-reinstall
- name: Doxygen Deploy Action
uses: Dan-Wanna-M/[email protected].7
uses: Dan-Wanna-M/[email protected].8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Doxypypy
run: pip install git+https://github.com/Dan-wanna-M/doxypypy@master --force-reinstall
- name: Doxygen Deploy Action
uses: Dan-Wanna-M/[email protected].7
uses: Dan-Wanna-M/[email protected].8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down

0 comments on commit d28f3f0

Please sign in to comment.