Browse Source

ci: fix docs

Jonathan Kelley 3 years ago
parent
commit
affdaf05ce
1 changed files with 1 additions and 1 deletions
  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: