Skip to content

Commit

Permalink
Fix entrypoint argument
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Jul 30, 2024
1 parent 79a2619 commit cebdde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
with:
project: ${{ inputs.project }}
root: ${{ inputs.working-directory }}
entrypoint: '${{ inputs.working-directory }}/${{ inputs.entrypoint }}'
entrypoint: ${{ inputs.entrypoint }}

1 comment on commit cebdde3

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on cebdde3 Jul 30, 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:///server.tsx".

Please sign in to comment.