> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About Automated Workflows and the Wix CLI for Sites ## Article: About Automated Workflows and the Wix CLI ## Article Link: https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli-for-sites/about-automated-workflows-and-the-wix-cli-for-sites.md ## Article Content: # About Automated Workflows and the Wix CLI for Sites You can use the Wix CLI for Sites in your preferred automated workflow environment by [authenticating it with an API key](https://support.wix.com/en/article/about-wix-api-keys). For example, you can create [GitHub Actions](https://docs.github.com/en/actions) workflows to streamline and automate site development tasks, such as creating preview deployments and publishing updates to your site. Learn how to [Set Up GitHub Actions to Work with the Wix CLI for Sites](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli/set-up-git-hub-actions-to-work-with-the-wix-cli.md). ## Suggested workflows Setting up GitHub Actions workflows to work with the Wix CLI for Sites allows you to streamline and automate site development procedures. Some suggested workflows include: 1. Create a preview deployment: Build a live, shareable preview version of your site whenever a new pull request is opened, based the updated code in the pull request's branch. 2. Publish when pushing changes: Automatically publish your site whenever changes are pushed to the default branch of your site's repo. ## See also - [Set Up GitHub Actions to Work with the Wix CLI for Sites](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli/set-up-git-hub-actions-to-work-with-the-wix-cli.md) - [Learn more about GitHub Actions](https://docs.github.com/en/actions)