Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Nov 14, 2024
1 parent bc9c18d commit 23b1f6d
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
Expand Up @@ -29,16 +29,16 @@ jobs:
node-version: lts/*

- name: Install step
run: "npm install"
run: "cd www/;npm install"

- name: Build step
run: "npx docusaurus build"
run: "cd www; npx docusaurus build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "huetiful"
entrypoint: ""
root: "./www/"
root: "./www/build/"


0 comments on commit 23b1f6d

Please sign in to comment.