.gitea/workflows/upload.yaml aktualisiert
Compile Hugo code to HTML and upload / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Stefan H. 2023-10-10 11:21:42 +02:00
parent efbe360530
commit 0de933a895
1 changed files with 7 additions and 2 deletions

View File

@ -1,12 +1,17 @@
name: Compile Hugo code to HTML and upload
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on: [push]
on:
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod