langflow/.github/workflows
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
..
deploy_gh-pages.yml 📝 chore(deploy_gh-pages.yml): add GitHub Actions workflow to deploy to GitHub Pages 2023-07-12 18:28:45 -03:00
lint.yml 🚀 chore(lint.yml): rename job from 'build' to 'lint' for clarity 2023-05-27 13:00:28 -03:00
release.yml build: public push and change branch 2023-06-06 09:01:04 +05:30
test-lcserve-push.yml ci: test lcserve push job 2023-05-23 20:15:13 +05:30
test.yml 🔥 chore(lint.yml): remove Python 3.8 and 3.11 from the matrix 2023-05-23 12:27:39 -03:00