.gitea/workflows/upload.yaml aktualisiert
Some checks reported warnings
Compile Hugo code to HTML and upload / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Compile Hugo code to HTML and upload / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
efbe360530
commit
0de933a895
1 changed files with 7 additions and 2 deletions
|
@ -1,12 +1,17 @@
|
||||||
name: Compile Hugo code to HTML and upload
|
name: Compile Hugo code to HTML and upload
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main # Set a branch to deploy
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
Loading…
Reference in a new issue