langflow/.github
Gabriel Luiz Freitas Almeida 2de7fe1c13 📝 chore(deploy_gh-pages.yml): add GitHub Actions workflow to deploy to GitHub Pages
This commit adds a new GitHub Actions workflow file, `deploy_gh-pages.yml`, which is responsible for deploying the project to GitHub Pages. The workflow is triggered on pushes to the `lf-docs-fix` branch.

The workflow consists of the following steps:
1. Checkout the repository
2. Set up Node.js environment with version 18 and npm caching
3. Install dependencies for the documentation
4. Build the website
5. Deploy the built website to GitHub Pages using the `peaceiris/actions-gh-pages` action
   - The deployment is done to the `gh-pages` branch
   - The build output is published from the `./docs/build` directory
   - The commit authorship is assigned to the official GH-Actions bot

This workflow enables automatic deployment of the documentation to GitHub Pages whenever changes are pushed to the `lf-docs-fix` branch.
2023-07-12 18:28:45 -03:00
..
ISSUE_TEMPLATE Update issue templates 2023-04-14 11:15:30 -03:00
workflows 📝 chore(deploy_gh-pages.yml): add GitHub Actions workflow to deploy to GitHub Pages 2023-07-12 18:28:45 -03:00
stale.yml feat(stale.yml): add stale.yml configuration file for issue stale bot 2023-05-16 17:43:31 -03:00