Skip to content

Commit

Permalink
Merge pull request #167 from deriv-com/update-build-path
Browse files Browse the repository at this point in the history
build: update the output dir
  • Loading branch information
ali-hosseini-deriv authored Jul 25, 2024
2 parents bab01b7 + a913870 commit 3cb4f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish_to_pages_production/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
CLOUDFLARE_API_TOKEN: ${{ inputs.CLOUDFLARE_API_TOKEN }}
run: |
npm i [email protected]
cd packages/core
cd public
npx wrangler pages publish . --project-name=sinbad-pages --branch=main
echo "New website - http://cf-pages-sinbad.deriv.com"
shell: bash
4 changes: 2 additions & 2 deletions vercel.dr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cleanUrls": true,
"outputDirectory": "dist",
"outputDirectory": "public",
"buildCommand": "echo ✅ Skipping build to use existing built files"
}
}

0 comments on commit 3cb4f83

Please sign in to comment.