File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ name: Deploy static content to Pages
44on :
55 # Runs on pushes targeting the default branch
66 pull_request :
7- branches :
7+ branches :
88 - master
99 types : [closed]
1010
11-
1211 # Allows you to run this workflow manually from the Actions tab
1312 workflow_dispatch :
1413
@@ -27,7 +26,6 @@ concurrency:
2726jobs :
2827 # Single deploy job since we're just deploying
2928 deploy :
30- if : ${{ github.event.pull_request.merged }}
3129 environment :
3230 name : github-pages
3331 url : ${{ steps.deployment.outputs.page_url }}
5149 uses : actions/upload-pages-artifact@v3
5250 with :
5351 # Upload entire repository
54- path : ' ./docs/html'
52+ path : " ./docs/html"
5553 - name : Deploy to GitHub Pages
5654 id : deployment
5755 uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ EXAMPLE_RECURSIVE = NO
10021002# that contain images that are to be included in the documentation (see the
10031003# \image command).
10041004
1005- IMAGE_PATH =
1005+ IMAGE_PATH = .
10061006
10071007# The INPUT_FILTER tag can be used to specify a program that doxygen should
10081008# invoke to filter for each input file. Doxygen will invoke the filter program
You can’t perform that action at this time.
0 commit comments