diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index bcd6f0805..c33e2d371 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -21,7 +21,7 @@ jobs: version: '1' - uses: julia-actions/cache@v2 - name: Install dependencies - run: julia --project=docs/ -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd()), PackageSpec(path=pwd() * "/lib/TimespanLogging"), PackageSpec(path=pwd() * "/lib/DaggerWebDash")]); Pkg.instantiate()' + run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()' - name: Build and deploy env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token diff --git a/docs/Project.toml b/docs/Project.toml index ce1d5ddae..bd3fbc97d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,3 +9,9 @@ TimespanLogging = "a526e669-04d3-4846-9525-c66122c55f63" [compat] Documenter = "1" +julia = "1.11" + +[sources] +Dagger = {path = ".."} +DaggerWebDash = {path = "../lib/DaggerWebDash"} +TimespanLogging = {path = "../lib/TimespanLogging"}