Browse Source

Correct instruction to rebuild docs in CI workflow

Mohammed Anas 1 year ago
parent
commit
794da793be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -60,7 +60,7 @@ jobs:
         bash build.sh
         if [ -n "$(git status --porcelain)" ]; then
           echo "Documentation not up to date."
-          echo "Make sure to run 'build.sh' in the documentation/ folder"
+          echo "Make sure to run 'build.sh' in the book/ folder"
           exit 1
         fi