Skip to content

Commit 55b4cbf

Browse files
committed
Update build CI
1 parent 71f2003 commit 55b4cbf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Tutorials
33

44
on:
55
push:
6-
tags: ['*']
6+
branches: [ master ]
77
pull_request:
88
branches: [ master ]
99
workflow_dispatch:
@@ -75,7 +75,7 @@ jobs:
7575
- name: Build Documentation
7676
shell: bash -l {0}
7777
run: |
78-
make html-dev
78+
make html -W
7979
8080
- name: Deploy 🚀
8181
if: github.ref == 'refs/heads/master'
@@ -114,7 +114,7 @@ jobs:
114114
- name: Build Documentation
115115
shell: bash -l {0}
116116
run: |
117-
make html-dev
117+
make html-dev -W
118118
119119
- name: Deploy 🚀
120120
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)