Skip to content

Commit

Permalink
fixing docs website deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
francav committed Apr 29, 2024
1 parent 5147680 commit 91a04a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_disabled_delploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: deploy(disabled)

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy
name: deploy docs website

on:
push:
Expand Down Expand Up @@ -32,5 +32,5 @@ jobs:
uses: osiegmar/s3-publisher-action@v1
with:
bucket: ${{ secrets.AWS_S3_DOCS_BUCKET }}
dir: build
dir: apps/react/docs/build
delete-orphaned: true
3 changes: 1 addition & 2 deletions apps/react/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hubspot-form": "^1.3.7"
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
Expand Down
1 change: 0 additions & 1 deletion apps/react/docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Link from '@docusaurus/Link';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';
import HomepageFeatures from '@site/src/components/HomepageFeatures';
import HubspotForm from 'react-hubspot-form';

import styles from './index.module.css';

Expand Down

0 comments on commit 91a04a0

Please sign in to comment.