From 0e155e468e4dfd221467923b88fd0219f9ae9558 Mon Sep 17 00:00:00 2001 From: "Lea@Mac" Date: Fri, 28 Jun 2024 15:21:02 +0200 Subject: [PATCH] adding hard coded repo name --- .github/workflows/pages.yml | 1 + docs/README | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e7343cd0..a6521e19 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -61,6 +61,7 @@ jobs: run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production + PAGES_REPO_NWO: leaseep/OmicShiny - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default diff --git a/docs/README b/docs/README index 07dadde8..ec142041 100644 --- a/docs/README +++ b/docs/README @@ -23,4 +23,5 @@ nav_order: 10 ``` For structure reason please ensure that children pages get placed in a folder -which name is **exactly** the same name as the parent page. \ No newline at end of file +which name is **exactly** the same name as the parent page. +test \ No newline at end of file