diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 72be43f9..e84e41d2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,6 +15,9 @@ jobs: submodules: true fetch-depth: 0 + - name: Install dependencies + run: pip install wheel + - name: Build run: ./build.sh --update diff --git a/requirements.txt b/requirements.txt index 88b6febe..96d21d17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -wheel mkdocs == 1.4.2 mkdocs-exclude == 1.0.2 json-schema-for-humans