workflow yaml pushed
All checks were successful
Build + Deploy / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Build + Deploy / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
16
.gitea/workflows/build+deploy.yaml
Normal file
16
.gitea/workflows/build+deploy.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Build + Deploy
|
||||
run-name: ${{ gitea.actor }} is deploying this page to production.
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Checkout repository first."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
Reference in New Issue
Block a user