diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8d46e58..1e36e09 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: - name: Generate Manticore API docs env: GH_TOKEN: ${{ github.token }} - run: scripts/gen-manticore-docs.sh + run: bash scripts/gen-manticore-docs.sh - name: Setup Pages id: pages diff --git a/scripts/gen-manticore-docs.sh b/scripts/gen-manticore-docs.sh old mode 100644 new mode 100755