From 3921de4a6c812b9016ae567a9fd48b6e8c1373d0 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 2 Oct 2024 23:16:43 +0200 Subject: [PATCH 1/2] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 97498410..0382c91b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,12 +17,11 @@ jobs: - name: Pull run: | git restore . - git lfs fetch --all + git fetch --all git reset --hard origin/main git lfs pull - name: Build run: | - rm -rf public hugo --minify --gc --baseURL "https://vr.cantorgymnasium.de/" - name: Deploy run: | From c32177c74b1f77847e4d53779217163ef5dea66f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Oct 2024 11:43:39 +0200 Subject: [PATCH 2/2] Configure Renovate (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `.gitea/workflows/deploy.yml` (github-actions) * `go.mod` (gomod) ### What to Expect It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.cantorgymnasium.de/gcg/marzipano/pulls/2 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..e2616034 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>gcg/renovate-config" + ] +}