Skip to content

Commit

Permalink
added publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu7950 committed Mar 4, 2024
1 parent 412dd98 commit fac21db
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Doxygen Action

on:
push:
branches: [ main ]
branches: [ dOxy ]
pull_request:
branches: [ main ]
branches: [ dOxy ]

jobs:
build:
Expand All @@ -19,3 +19,8 @@ jobs:
doxyfile-path: "./Doxyfile"
working-directory: "."

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./documentation

0 comments on commit fac21db

Please sign in to comment.