Skip to content

Commit

Permalink
ci: rename deploy-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 25, 2024
1 parent ac202a5 commit 7fd2140
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build doc
name: deploy-docs

on:
push:
Expand All @@ -22,10 +22,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Build Doxygen
uses: mattnotmitt/doxygen-action@v1.9.5

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs-gen/html
publish_branch: gh-pages

0 comments on commit 7fd2140

Please sign in to comment.