> 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 ## Article: About Automated Workflows and the Wix CLI ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/about-automated-workflows-and-the-wix-cli.md ## Article Content: # About Automated Workflows and the Wix CLI You can use the Wix CLI 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 a site. Learn how to [Set Up GitHub Actions to Work with the Wix CLI](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/set-up-git-hub-actions.md). ## Suggested workflows Setting up GitHub Actions workflows to work with the Wix CLI 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 a 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 a site whenever changes are pushed to the default branch of the site's repo. ## See also - [Set Up GitHub Actions to Work with the Wix CLI](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/developer-environments/ides/git-integration/set-up-github-actions-to-work-with-the-wix-cli.md) - [Learn more about GitHub Actions](https://docs.github.com/en/actions)