Skip to content

Commit 213167a

Browse files
nycratMr-Anyone
authored andcommitted
Allow manual workflow trigger + formatting
1 parent 4b86006 commit 213167a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-doxygen.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ name: Deploy static content to Pages
44
on:
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:
2726
jobs:
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 }}
@@ -51,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)