From ed468f7efbf4ce39772aa468202f4d51f1602804 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 19:57:56 +0100 Subject: [PATCH] minor fixes --- .github/workflows/website.yml | 2 +- website/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index ed72938b..bd0eee44 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -97,5 +97,5 @@ jobs: if-no-files-found: error - name: Deploy to GitHub Pages - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name != 'pull_request' }} run: mkdocs gh-deploy --force diff --git a/website/mkdocs.yml b/website/mkdocs.yml index 4d0a0b76..46837ea6 100644 --- a/website/mkdocs.yml +++ b/website/mkdocs.yml @@ -10,7 +10,7 @@ repo_url: https://github.com/opengisch/signalo edit_uri: https://github.com/opengisch/signalo/tree/master/website/documentation/ # Copyright -copyright: Copyright © 2022 OPENGIS.ch +copyright: Copyright © 2022-2024 OPENGIS.ch # Configuration theme: