Skip to content

Commit f266f0d

Browse files
committed
fix deployment
1 parent 70bdf90 commit f266f0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- uses: w3c/spec-prod@v2
17+
with:
18+
DESTINATION: out/index.html
1719

1820
- name: Upload to Deno Deploy
1921
uses: denoland/deployctl@v1
2022
with:
2123
project: "proposal-webcrypto-streams"
2224
entrypoint: "https://deno.land/[email protected]/http/file_server.ts"
25+
root: out/

0 commit comments

Comments
 (0)