Files
kopyl.dev/.gitea/workflows/deploy.yaml
anatolykopyl bda61b1302
Some checks failed
Deploy / Explore-Gitea-Actions (push) Failing after 34s
yarn
2024-06-10 02:07:28 +03:00

14 lines
299 B
YAML

name: Deploy
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build project
run: yarn build