From 766c2bfc1a662b571e1ff49255d152a03e8ffb7c Mon Sep 17 00:00:00 2001 From: lourenco <> Date: Wed, 10 Sep 2025 20:22:14 +0200 Subject: [PATCH] fixed workflow --- .gitea/workflows/blog-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/blog-deploy.yaml b/.gitea/workflows/blog-deploy.yaml index d943992..db09b02 100644 --- a/.gitea/workflows/blog-deploy.yaml +++ b/.gitea/workflows/blog-deploy.yaml @@ -3,7 +3,7 @@ name: Hugo deploy on: push: branches: - - master + - main workflow_dispatch: defaults: @@ -17,7 +17,7 @@ jobs: steps: # Checkout the repository - name: Checkout Repository - run: git pull https://git.assilvestrar.club/lourenco/excipio.git master + run: git pull https://git.assilvestrar.club/lourenco/excipio.git main # Execute your command - name: Build hugo