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