diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d718074..0d961034 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -399,6 +399,8 @@ jobs: pip install -r site/requirements.txt python site/process_sdk_docs.py --input-dir /tmp/cvat_sdk/docs/ --site-root site/ python site/build_docs.py + env: + HUGO_ENV: production - name: Deploy uses: peaceiris/actions-gh-pages@v3