Testing workflow
This commit is contained in:
parent
c92a28601d
commit
849ae10da8
18
.gitea/workflows/upload_site.yaml
Normal file
18
.gitea/workflows/upload_site.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
name: Generate and upload hugo website
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
generate_and_uplaod_site:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Hugo
|
||||
run: sudo apt install -y hugo
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: List files in the repository
|
||||
run: ls ${{ gitea.workspace }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user