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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user