Skip to content

Commit 43cb104

Browse files
committed
project.toml setup
1 parent 2b1319d commit 43cb104

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ jobs:
3838
shell: julia --project=docs --color=yes {0}
3939
run: |
4040
using Pkg
41+
Pkg.develop(PackageSpec(path=pwd()))
4142
Pkg.instantiate()
4243
43-
- name: Build and deploy docs
44-
shell: julia --project=docs --color=yes {0}
45-
run: |
46-
include("docs/make.jl")
44+
- name: Build package
45+
uses: julia-actions/julia-buildpkg@v1
46+
47+
- name: Deploy docs
48+
uses: julia-actions/julia-docdeploy@v1
4749
env:
4850
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name = "JuliaHealthZoo"
2+
uuid = "886f7c4e-9682-4e9f-af4c-faf876c81a31"
3+
version = "0.1.0"
4+
5+
[compat]
6+
julia = "1.10"

0 commit comments

Comments
 (0)