diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ddd7493..db90fbb 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -5,6 +5,7 @@ on: push: branches: - main + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -67,11 +68,6 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: workspaces/docs/dist - - name: Deploy artifact id: deployment uses: actions/deploy-pages@v5 diff --git a/package.json b/package.json index 5c66047..791389c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "MIT", "readme": "./README.md", "author": "ImRoodyDev <> (https://github.com/imroodydev)", - "homepage": "https://github.com/imroodydev/react-native-cross-elements#readme", + "homepage": "https://imroodydev.github.io/react-native-cross-elements/", "repository": { "type": "git", "url": "https://github.com/imroodydev/react-native-cross-elements.git" diff --git a/workspaces/docs/components/Navbar.tsx b/workspaces/docs/components/Navbar.tsx index c116fa4..b3ca528 100644 --- a/workspaces/docs/components/Navbar.tsx +++ b/workspaces/docs/components/Navbar.tsx @@ -50,7 +50,6 @@ export function Navbar({ onMenuPress }: { onMenuPress?: () => void }) { {/* Right — Search + GitHub + optional hamburger */} - {isWide && } Platform.OS === 'web'