We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f2003 commit 55b4cbfCopy full SHA for 55b4cbf
1 file changed
.github/workflows/build.yaml
@@ -3,7 +3,7 @@ name: Build Tutorials
3
4
on:
5
push:
6
- tags: ['*']
+ branches: [ master ]
7
pull_request:
8
branches: [ master ]
9
workflow_dispatch:
@@ -75,7 +75,7 @@ jobs:
75
- name: Build Documentation
76
shell: bash -l {0}
77
run: |
78
- make html-dev
+ make html -W
79
80
- name: Deploy 🚀
81
if: github.ref == 'refs/heads/master'
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
+ make html-dev -W
118
119
120
0 commit comments