Jonathan Kelley 3 anni fa
parent
commit
affdaf05ce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/docs.yml

+ 1 - 1
.github/workflows/docs.yml

@@ -5,7 +5,7 @@ on:
     branches:
       - master
     paths:
-      - docs
+      - docs/**
 
 jobs:
   build-deploy: