fixed workflow
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user