From d3e50db784f654ba4e3f333eab4fa0b71e09d728 Mon Sep 17 00:00:00 2001 From: Mr-Auto <36127424+Mr-Auto@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:11:52 +0200 Subject: [PATCH] need submodules for the `imgui.h` --- .github/workflows/docs_verify.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs_verify.yml b/.github/workflows/docs_verify.yml index aac0035de..59a281366 100644 --- a/.github/workflows/docs_verify.yml +++ b/.github/workflows/docs_verify.yml @@ -9,9 +9,13 @@ on: jobs: check: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 + with: + submodules: true - uses: actions/setup-python@v2 - name: Checking if all the types are documented in the API doc - run: python docs/validator.py + run: | + cd docs + python validator.py