Skip to content

Commit d4f6a7b

Browse files
authored
Merge pull request #24 from abhro/patch-1
Fix CI steps for doc building
2 parents 4239334 + 678f320 commit d4f6a7b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/Build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
version: '1'
2525
show-versioninfo: true
2626
- uses: julia-actions/cache@v2
27-
- uses: julia-actions/julia-docdeploy@v1
27+
- 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
2832
env:
2933
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
55
Documenter = "1"
6+

0 commit comments

Comments
 (0)