Skip to content

Commit

Permalink
ci: update dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv authored Jul 25, 2024
1 parent ba86cca commit a913870
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a913870

Please sign in to comment.