We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8012e8f commit 97f933fCopy full SHA for 97f933f
.github/workflows/build-eud-on-pull-request.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: windows-latest
9
steps:
10
- name: Checkout branch
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
13
- name: Check status
14
run: git status
@@ -20,4 +20,4 @@ jobs:
20
run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx
21
22
- name: Build site with docfx
23
- run: ../docfx/docfx.exe build docfx.json -m _matomoContainerUrl="https://matomo.devexpress.com/js/container_kE7MWPi0.js" --warningsAsErrors
+ run: ../docfx/docfx.exe build docfx.json -m _matomoContainerUrl="https://matomo.devexpress.com/js/container_kE7MWPi0.js" --warningsAsErrors
0 commit comments