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