From bc4a07bbb593f8a3a2ff7665ad2a245099c76f52 Mon Sep 17 00:00:00 2001 From: James Schloss Date: Tue, 20 Feb 2024 15:33:34 +0100 Subject: [PATCH 1/2] updating workflow --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7af8b2c..76df377 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,6 +24,7 @@ jobs: with: version: '1' - run: | + julia --project=docs -e 'import Pkg; Pkg.develop(path=".")' julia --project=. make.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From d8b5e5fc1003047d8c4a8d578a91d9ecfa81a1b0 Mon Sep 17 00:00:00 2001 From: James Schloss Date: Tue, 20 Feb 2024 15:41:49 +0100 Subject: [PATCH 2/2] meh --- .github/workflows/documentation.yml | 2 +- Project.toml | 2 +- src/{site.jl => scribbleios.jl} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{site.jl => scribbleios.jl} (100%) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 76df377..538de85 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,7 +24,7 @@ jobs: with: version: '1' - run: | - julia --project=docs -e 'import Pkg; Pkg.develop(path=".")' + julia --project=. -e 'import Pkg; Pkg.instantiate()' julia --project=. make.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Project.toml b/Project.toml index a7e3ce9..0455e76 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,4 @@ -name = "site" +name = "scribbleios" uuid = "43ef21f7-ab12-4fd6-b37e-70528d1ee7dd" authors = ["James Schloss "] version = "0.1.0" diff --git a/src/site.jl b/src/scribbleios.jl similarity index 100% rename from src/site.jl rename to src/scribbleios.jl