There was an error while loading. Please reload this page.
1 parent d9539e7 commit 9234817Copy full SHA for 9234817
1 file changed
.github/workflows/build-doxygen.yml
@@ -4,11 +4,10 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
pull_request:
7
- branches:
+ branches:
8
- master
9
types: [closed]
10
11
-
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
14
@@ -27,7 +26,6 @@ concurrency:
27
26
jobs:
28
# Single deploy job since we're just deploying
29
deploy:
30
- if: ${{ github.event.pull_request.merged }}
31
environment:
32
name: github-pages
33
url: ${{ steps.deployment.outputs.page_url }}
@@ -51,7 +49,7 @@ jobs:
51
49
uses: actions/upload-pages-artifact@v3
52
50
with:
53
# Upload entire repository
54
- path: './docs/html'
+ path: "./docs/html"
55
- name: Deploy to GitHub Pages
56
id: deployment
57
uses: actions/deploy-pages@v4
0 commit comments