Skip to content

Commit

Permalink
chore: update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
junaid-faryad committed Oct 25, 2024
1 parent fe38210 commit d6ad048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
publish_dir: packages/widget-test-app/dist
3 changes: 2 additions & 1 deletion packages/widget-test-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ function App() {
<a href="https://vitejs.dev" target="_blank" rel="noreferrer">
<img src={'https://d3.app/favicon.png'} className="logo" alt="Vite logo" />
</a>
<h2 style={{ fontWeight: 700 }}>D3 Marketplace Widget</h2>
<h2 style={{ fontWeight: 500 }}>D3 Marketplace Widget</h2>
<p>This is a test app for D3 marketplace widget playground</p>
</div>
<D3Widget
appName="Widget Test app"
Expand Down

0 comments on commit d6ad048

Please sign in to comment.