From d36188892655894e778ade37ce2609abb2d7d3d7 Mon Sep 17 00:00:00 2001 From: Natalia Kazakova <17986517+natakazakova@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:29:15 +0400 Subject: [PATCH] Fix styles (#209) * fix styles * fix version * Update update-gh-pages-branch.yml * matomo option metadata --- .github/workflows/build-eud-on-pull-request.yml | 4 ++-- .github/workflows/update-gh-pages-branch.yml | 6 +++--- .template/partials/head.tmpl.partial | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-eud-on-pull-request.yml b/.github/workflows/build-eud-on-pull-request.yml index 55fb89c1a..d3717303b 100644 --- a/.github/workflows/build-eud-on-pull-request.yml +++ b/.github/workflows/build-eud-on-pull-request.yml @@ -14,10 +14,10 @@ jobs: run: git status - name: Download docfx - run: curl https://github.com/dotnet/docfx/releases/download/v2.59.2/docfx.zip -L -o ../docfx.zip + run: curl https://github.com/dotnet/docfx/releases/download/v2.77.0/docfx-win-x64-v2.77.0.zip -L -o ../docfx-win-x64-v2.77.0.zip - name: Expand docfx - run: Expand-Archive ../docfx.zip -DestinationPath ../docfx + run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx - name: Build site with docfx run: ../docfx/docfx.exe build docfx.json --warningsAsErrors diff --git a/.github/workflows/update-gh-pages-branch.yml b/.github/workflows/update-gh-pages-branch.yml index 974820cd1..ffbc91c7b 100644 --- a/.github/workflows/update-gh-pages-branch.yml +++ b/.github/workflows/update-gh-pages-branch.yml @@ -14,13 +14,13 @@ jobs: run: git status - name: Download docfx - run: curl https://github.com/dotnet/docfx/releases/download/v2.59.2/docfx.zip -L -o ../docfx.zip + run: curl https://github.com/dotnet/docfx/releases/download/v2.77.0/docfx-win-x64-v2.77.0.zip -L -o ../docfx-win-x64-v2.77.0.zip - name: Expand docfx - run: Expand-Archive ../docfx.zip -DestinationPath ../docfx + run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx - name: Build site with docfx - run: "../docfx/docfx.exe build docfx.json --globalMetadata \"{ '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors" + run: "../docfx/docfx.exe build docfx.json --metadata \"{ '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors" - name: Archive site run: Compress-Archive -Path _site/* -DestinationPath ${{ runner.temp }}/site.zip diff --git a/.template/partials/head.tmpl.partial b/.template/partials/head.tmpl.partial index 9ad30b1ec..66dc06037 100644 --- a/.template/partials/head.tmpl.partial +++ b/.template/partials/head.tmpl.partial @@ -9,7 +9,7 @@ {{#_description}}{{/_description}} - +