Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8bb83624d | |||
| c762b81b01 |
@@ -1,5 +1,5 @@
|
||||
name: Build and Deploy
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
run-name: Build And Deploy (by ${{ gitea.actor }}) 🚀
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
@@ -12,3 +12,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v4
|
||||
- name: Yarn install (dev)
|
||||
shell: bash
|
||||
run: yarn install
|
||||
Reference in New Issue
Block a user