We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1adac commit f0d9968Copy full SHA for f0d9968
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
- include/**
9
- examples/**
10
- misc/ci_test_file.cpp
11
- - .github/workflows/**
+ - .github/workflows/build.yml
12
13
jobs:
14
linux-build:
.github/workflows/update_docs.yml
@@ -3,10 +3,11 @@ name: Update documentation
3
on:
4
push:
5
branches:
6
- - "master"
+ - master
7
paths:
- - "docs/**"
- - "include/MyGL/**.hpp"
+ - docs/**
+ - include/MyGL/**.hpp
+ - .github/workflows/update_docs.yml
documentation:
@@ -17,7 +18,7 @@ jobs:
17
18
19
- name: Install the dependencies
20
run: |
- sudo apt install -y ninja doxygen
21
+ sudo apt install -y ninja-build doxygen
22
sudo pip3 install meson
23
24
- name: Configure meson
0 commit comments