Skip to content

Commit 5835a3f

Browse files
authored
Fix styles (#209) (#210)
* fix styles * fix version * Update update-gh-pages-branch.yml * matomo option metadata
1 parent dc17a8b commit 5835a3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-eud-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
run: git status
1515

1616
- name: Download docfx
17-
run: curl https://github.com/dotnet/docfx/releases/download/v2.59.2/docfx.zip -L -o ../docfx.zip
17+
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
1818

1919
- name: Expand docfx
20-
run: Expand-Archive ../docfx.zip -DestinationPath ../docfx
20+
run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx
2121

2222
- name: Build site with docfx
2323
run: ../docfx/docfx.exe build docfx.json --warningsAsErrors

.github/workflows/update-gh-pages-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
run: git status
1515

1616
- name: Download docfx
17-
run: curl https://github.com/dotnet/docfx/releases/download/v2.59.2/docfx.zip -L -o ../docfx.zip
17+
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
1818

1919
- name: Expand docfx
20-
run: Expand-Archive ../docfx.zip -DestinationPath ../docfx
20+
run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx
2121

2222
- name: Build site with docfx
23-
run: "../docfx/docfx.exe build docfx.json --globalMetadata \"{ '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors"
23+
run: "../docfx/docfx.exe build docfx.json --metadata \"{ '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors"
2424

2525
- name: Archive site
2626
run: Compress-Archive -Path _site/* -DestinationPath ${{ runner.temp }}/site.zip

.template/partials/head.tmpl.partial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="generator" content="docfx {{_docfxVersion}}">
1010
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
1111
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
12-
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
12+
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.min.css">
1313
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
1414
<link rel="stylesheet" href="{{_rel}}styles/main.css">
1515
<meta property="docfx:navrel" content="{{_navRel}}">

0 commit comments

Comments
 (0)