From 95b47e8d6945fa0a5dda36353cacbc1aac84ba01 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 15 Jan 2024 17:29:56 +0100 Subject: [PATCH] Cleanup CI job --- .github/workflows/gh-pages.yml | 13 +++---------- qwc2.yml.in | 4 ---- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9c02ee46..c6a7ec01 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,13 +16,6 @@ jobs: fetch-depth: 0 - name: Build - run: ./build.sh --update - - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/master' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./site - force_orphan: true - keep_files: false + run: | + git config user.name "CI" + ./build.sh --update diff --git a/qwc2.yml.in b/qwc2.yml.in index 2227d33a..b52a6dac 100644 --- a/qwc2.yml.in +++ b/qwc2.yml.in @@ -35,7 +35,3 @@ extra_css: markdown_extensions: - toc: permalink: true -extra: - version: - provider: mike - default: master