Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 16, 2024
1 parent fea280a commit f620a16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
preview:
name: Deploy
runs-on: ubuntu-latest
needs:
- lint
- test
# needs:
# - lint
# - test
permissions:
id-token: write
contents: read
Expand All @@ -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 }}
Expand Down

0 comments on commit f620a16

Please sign in to comment.