deploy-pipeline #1

Merged
anatolykopyl merged 6 commits from deploy-pipeline into master 2024-06-10 08:55:06 +00:00
Showing only changes of commit 57afc4dca1 - Show all commits

View File

@@ -2,11 +2,13 @@ name: Deploy
on: [push]
jobs:
Explore-Gitea-Actions:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install yarn
run: npm i -g yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build project