Browse Source

Fix workflow for documentation (#1607)

Ruslan Ibragimov 3 năm trước cách đây
mục cha
commit
4862687956
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/documentation.yaml

+ 2 - 2
.github/workflows/documentation.yaml

@@ -7,8 +7,8 @@ on:
       - reopened
       - synchronize
     paths:
-      - 'documentation/*'
-      - './*.md'
+      - 'documentation/**'
+      - '**.md'
 jobs:
   build-and-test:
     runs-on: ubuntu-latest