From 48df73c96e878e8cbf8247e8b4fbde7f1c813fb8 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Thu, 20 May 2021 14:49:30 +0300 Subject: [PATCH] fixed documentation workflow (#3217) --- .github/workflows/github_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 6b3fc7da..0c4a74f0 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -29,7 +29,7 @@ jobs: working-directory: ./site run: | npm ci - hugo --baseURL "/cvat/" --minify + hugo --minify - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: