diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 9d8576f..1ae0a04 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -26,11 +26,6 @@ jobs: node-version: 24 cache: 'pnpm' - # - uses: https://github.com/denoland/setup-deno@v2 - # with: - # deno-version: vx.x.x - # cache: true - - name: Install SSH key uses: https://github.com/shimataro/ssh-key-action@v2 with: @@ -40,11 +35,9 @@ jobs: if_key_exists: fail - run: pnpm install - # - run: deno install - name: Build website run: pnpm run build-action - # run: deno run build-action - name: Create folder if not exists continue-on-error: true