We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4239334 + 678f320 commit d4f6a7bCopy full SHA for d4f6a7b
.github/workflows/Build.yml
@@ -24,6 +24,10 @@ jobs:
24
version: '1'
25
show-versioninfo: true
26
- uses: julia-actions/cache@v2
27
- - uses: julia-actions/julia-docdeploy@v1
+ - name: Instantiate julia environment
28
+ shell: julia --color=yes --project {0}
29
+ run: import Pkg; Pkg.instantiate()
30
+ - name: Build and deploy documentation
31
+ run: julia --color=yes --project make.jl
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Project.toml
@@ -3,3 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
4
[compat]
5
Documenter = "1"
6
+
0 commit comments