From f00da0e27626be17e6490bb9d183fb0487c07c33 Mon Sep 17 00:00:00 2001 From: Rik Huijzer Date: Fri, 18 Jun 2021 11:50:32 +0200 Subject: [PATCH] Set version to 0.5.2 --- .github/workflows/CI.yml | 5 ++--- Project.toml | 2 +- docs/config.toml | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a14759ee..1ed51761 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,9 +54,8 @@ jobs: cd docs julia --project -e 'using BooksDocs; BooksDocs.build()' env: - # Fixes 'GKS: can't connect to GKS socket application' errors - # and quality of output plots in GR back end. - GKSwstype: nul + GKS_ENCODING: "utf8" + GKSwstype: "100" - name: Deploy to secondary branch # Always updates documentation when ubuntu passes, which is fine. diff --git a/Project.toml b/Project.toml index 5fc8151b..b402bfb9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Books" uuid = "939d5c6b-51ae-42e7-97ca-7564d0d4ad91" authors = ["Rik Huijzer "] -version = "0.5.1" +version = "0.5.2" [deps] CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2" diff --git a/docs/config.toml b/docs/config.toml index 7a7a7a67..a9ed74a4 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -9,8 +9,8 @@ ] output_filename = "books" - # Prefix for GitHub Pages links. - online_url_prefix = "/Books.jl" + # Example prefix for GitHub Pages. + # online_url_prefix = "/Books.jl" # Extra directories to be copied. extra_directories = [