diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index b975ee61..4379ebd7 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -40,7 +40,7 @@ jobs: architecture: ${{ matrix.arch }} - uses: julia-actions/setup-julia@v2 with: - version: '1' + version: '1.10' - uses: julia-actions/cache@v2 - name: Install docs dependencies run: julia --project=docs -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd()), PackageSpec(url="https://github.com/ptiede/ComradeBase.jl")]); Pkg.instantiate()' @@ -53,4 +53,4 @@ jobs: DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key GKSwstype: "100" # for Plots.jl plots (if you have them) JULIA_DEBUG: "Documenter" - DATADEPS_ALWAYS_ACCEPT: true \ No newline at end of file + DATADEPS_ALWAYS_ACCEPT: true diff --git a/docs/src/.vitepress/theme/style.css b/docs/src/.vitepress/theme/style.css index ddf8d983..c9d4d195 100644 --- a/docs/src/.vitepress/theme/style.css +++ b/docs/src/.vitepress/theme/style.css @@ -149,7 +149,7 @@ mjx-container { } mjx-container { - display: inline-block; + display: inline; margin: auto 2px -2px; }