From 4d7cfaf6c3ecb9eec1425616da9d65f27c292a83 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Thu, 23 May 2024 22:53:45 +0200 Subject: [PATCH] Avoid passing the URL Signed-off-by: Benoit Donneaux --- .gitea/pr-commenter.yml | 2 +- .gitea/workflows/jekyll.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/pr-commenter.yml b/.gitea/pr-commenter.yml index af1b872..cf534d7 100644 --- a/.gitea/pr-commenter.yml +++ b/.gitea/pr-commenter.yml @@ -26,7 +26,7 @@ comment: - '**' body: | #### :rocket: Jekyll deploy `{{ deployOutcome }}` - #### :link: Preview documentation [here]({{ deployBaseUrl }}/{{ deployPrefix}}/{{ deploySuffix }}) + #### :link: Preview documentation [here](https://www.lafs.eval.latfa.net/{{ deployPrefix}}/{{ deploySuffix }}) - id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }} files: diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml index a0ed0c0..b752ee8 100644 --- a/.gitea/workflows/jekyll.yaml +++ b/.gitea/workflows/jekyll.yaml @@ -8,7 +8,6 @@ on: env: _UID: 1000 _GID: 1000 - BASE_URL: "https://www.lafs.eval.latfa.net" PREFIX: site SUFFIX: preview jobs: @@ -71,7 +70,6 @@ jobs: "buildOutcome": "${{ steps.build_site.outcome }}", "buildOutputsResult": ${{ toJSON(steps.build_site.outputs.result) }}, "deployOutcome": "${{ steps.deploy_site.outcome }}", - "deployBaseUrl": "${{ env.BASE_URL }}", "deployPrefix": "${{ env.PREFIX }}", "deploySuffix": "${{ env.SUFFIX }}", "gitActor": "${{ gitea.actor }}",