fixed workflow
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s

This commit is contained in:
lourenco
2025-09-10 20:22:14 +02:00
parent e0cd0a6f7e
commit 766c2bfc1a

View File

@@ -3,7 +3,7 @@ name: Hugo deploy
on: on:
push: push:
branches: branches:
- master - main
workflow_dispatch: workflow_dispatch:
defaults: defaults:
@@ -17,7 +17,7 @@ jobs:
steps: steps:
# Checkout the repository # Checkout the repository
- name: Checkout 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 # Execute your command
- name: Build hugo - name: Build hugo