From 76c1ee76e99d8c000f77e74d74b67cced6498489 Mon Sep 17 00:00:00 2001 From: Petros Papapanagiotou Date: Wed, 27 Dec 2023 02:29:00 +0000 Subject: [PATCH] Upgrades docs site to https --- .github/workflows/gh-pages.yml | 2 +- docs/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b52bcd4..c7562fc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ on: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: diff --git a/docs/config.toml b/docs/config.toml index e7233de..002d095 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://docs.workflowfm.com/workflowfm-reasoner/" +baseURL = "https://docs.workflowfm.com/workflowfm-reasoner/" title = "WorkflowFM Reasoner" enableRobotsTXT = true # this example loads the theme as hugo module