Skip to content

Commit

Permalink
ci: πŸ’š simplified ci
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed Nov 23, 2024
1 parent c0e8ace commit 3ea6ef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy
on:
push:
branches: main
paths: website/**
pull_request:
branches: main
paths: website/**
paths:
- website/**
- .github/workflows/deploy.yml

jobs:
deploy:
Expand Down

1 comment on commit 3ea6ef5

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 3ea6ef5 Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/https://deno.land/[email protected]/http/file_server.ts".

Please sign in to comment.