Skip to content

Commit

Permalink
Added web deploy to build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Sep 17, 2024
1 parent 438d68e commit 92b764d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,20 @@ jobs:
name: Doxygen Documentation
branch: documentation
folder: build/documentation/doxygen/html
target-folder: doxygen
target-folder: doxygen

deploy:
runs-on: ubuntu-latest
needs:
- coverage
- doxygen

steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: documentation
publish_dir: ./
19 changes: 0 additions & 19 deletions .github/workflows/deploy-gh-pages.yml

This file was deleted.

0 comments on commit 92b764d

Please sign in to comment.