-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: pranalidhanavade <[email protected]>
- Loading branch information
1 parent
5ca7ecb
commit 6e8dade
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,19 +29,19 @@ jobs: | |
node-version: lts/* | ||
|
||
- name: Install step | ||
run: "deno add npm:@astrojs/markdown-remark && deno install --allow-scripts=npm:[email protected],npm:[email protected] && npm install" | ||
run: "deno add npm:@astrojs/markdown-remark && npm install" | ||
|
||
- name: Build step | ||
run: "npm run build" | ||
|
||
- name: Include files | ||
run: "deno.lock && deno.json" | ||
|
||
|
||
- name: Upload to Deno Deploy | ||
uses: denoland/deployctl@v1 | ||
with: | ||
project: "credebl-dev-ui" | ||
entrypoint: "server/entry.mjs" | ||
include_file: "deno.lock && deno.json" | ||
root: "dist" | ||
|
||
|
6e8dade
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failed to deploy: