diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ca53c19..721530a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: working-directory: ./client - name: Create the docs directory locally in CI - run: npx typedoc --out ../docs/client @types/*.d.ts src/*.ts src/contextmenus/*.ts src/controls/*.ts src/map/*.ts src/mission/*.ts src/other/*.ts src/panels/*.ts src/popups/*.ts src/server/*.ts src/unit/*.ts src/weapon/*.ts + run: npx typedoc --out ../docs/client @types/*.d.ts src/**/*.ts working-directory: ./client - name: Deploy 🚀