From c49a01a9caf8463ad5ef37e179374fc88335ca49 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 22:25:26 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index ce7fabe..1e54487 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,10 +10,16 @@ jobs: - name: Dependencies run: | apt update -y - apt install nodejs -y - node -v + apt install git -y + git -v - name: Checkout - uses: actions/checkout@v4 + run: | + git clone https://git.asandikci.com/asandikci.com/web + git checkout main + + - name: Setup Ruby + uses: ruby/setup-ruby@v1 with: - fetch-depth: 0 \ No newline at end of file + ruby-version: 3.2 + bundler-cache: true