From f620a1644e487c0f3daa0b46981370496a7ecdd6 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:24:37 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a506d83..8f9a3eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: preview: name: Deploy runs-on: ubuntu-latest - needs: - - lint - - test + # needs: + # - lint + # - test permissions: id-token: write contents: read @@ -61,6 +61,7 @@ jobs: - name: Run deno task deploy:setup-github-actions run: deno task deploy:setup-github-actions id: setup_github_actions + - run: deno install - uses: denoland/deployctl@v1 with: project: ${{ steps.setup_github_actions.outputs.project }}