Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): deploy-docs #202

Merged
merged 5 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy Documentation

on:
workflow_dispatch:
push:
branches:
- master
paths:
Expand All @@ -10,6 +11,8 @@ on:
jobs:
build_and_deploy_docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -34,5 +37,3 @@ jobs:
publish_dir: ./docs/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
permissions:
contents: write
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Whether you're creating a social media app, an e-learning platform, or a media p
- [Api](/docs/category/api): Explore all available props, styles, and customization options.
- **Community**: Join our [Discord server](https://discord.gg/7Y6eE62hXM) to connect with other developers, ask questions, and share your feedback.
- [Roadmap](https://github.com/TheWidlarzGroup/react-native-video-player/discussions/186): See what’s coming next for this library.
- [Enterprise Support](https://www.thewidlarzgroup.com/?utm_source=rnvp&utm_medium=docs#Contact): Need professional help? Reach out for integration, customization, or maintenance support.
- [Enterprise Support](https://www.thewidlarzgroup.com/?utm_source=rnvp&utm_medium=docs#Contact): Need professional help such as custom video solutions? Contact us for integration, customization, or maintenance support.

We’re excited to have you onboard. Let’s build something awesome together! 🚀

Expand Down
Loading