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 6d1aead commit 058c5f7Copy full SHA for 058c5f7
.github/workflows/ci.yml
@@ -53,6 +53,9 @@ jobs:
53
- uses: julia-actions/setup-julia@v1
54
with:
55
version: '1'
56
+ - uses: actions/setup-python@v2
57
+ with:
58
+ python-version: '3.7'
59
- run: |
60
julia --project=docs -e '
61
using Pkg
docs/make.jl
@@ -11,7 +11,6 @@ deploydocs(
11
repo = "github.com/kdheepak/TerminalUserInterfaces.jl.git",
12
deps = Deps.pip(
13
"mkdocs",
14
- "mkdocs-material",
15
"python-markdown-math",
16
"pygments",
17
),
0 commit comments