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 }}",