Skip to content

Commit cfb5ca0

Browse files
authored
Merge pull request #468 from VaclavElias/fix-github-action-update
chore: Workflow and dependency update
2 parents 26f9c6d + 35c0863 commit cfb5ca0

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/stride-docs-test-build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Checkout the Stride Docs repository from the branch that triggered the workflow
2525
- name: Checkout Stride Docs
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
path: ${{ env.DOCS_PATH }}
2929
lfs: true
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Checkout the Stride repository from the default branch
4747
- name: Checkout Stride (note the LFS)
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
repository: stride3d/stride
5151
token: ${{ secrets.GITHUB_TOKEN }}
@@ -54,11 +54,12 @@ jobs:
5454
ref: master
5555

5656
# Temporary solution till the new docfx is available
57-
- name: Checkout DocFX PR Branch
58-
uses: actions/checkout@v5
57+
- name: Checkout DocFX
58+
uses: actions/checkout@v6
5959
with:
60-
repository: filzrev/docfx
61-
ref: feat-add-net10-support
60+
repository: dotnet/docfx
61+
# Tested commit
62+
ref: 917cda8
6263
path: docfx-build
6364

6465
- name: Restore npm dependencies

en/template/public/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
--bs-link-color-rgb: 218, 8, 48 !important;
88
--bs-link-hover-color-rgb: 174, 6, 38 !important;
99
}
10+
/* Tempory fix, stopped working from docfx 2.78.5 */
11+
/*@media (min-width: 1400px) {
12+
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
13+
max-width: 1768px;
14+
}
15+
}*/
1016

1117
.navbar-brand #logo {
1218
width: 124px;

0 commit comments

Comments
 (0)