> For the complete documentation index, see [llms.txt](https://docs.exile.watch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exile.watch/projects/doryani/actions.md).

# Actions

- [Authenticate to GitHub Package Registry](https://docs.exile.watch/projects/doryani/actions/authenticate-to-github-package-registry.md): Action designed to automate the authentication process with GitHub Package Registry
- [Install npm dependencies](https://docs.exile.watch/projects/doryani/actions/install-npm-dependencies.md): Action designed to install NPM dependencies
- [Code quality assurance](https://docs.exile.watch/projects/doryani/actions/code-quality-assurance.md): Action designed to enforce Code Quality Assurance by automating checks for code formatting, linting, testing, and build verification
- [Deploy webapp](https://docs.exile.watch/projects/doryani/actions/deploy-webapp.md): Action designed to automate the deployment of web applications to Cloudflare Pages
- [Publish package](https://docs.exile.watch/projects/doryani/actions/publish-package.md): Action designed to automate the process of publishing a Lerna package to a github npm registry
- [Preview publish package](https://docs.exile.watch/projects/doryani/actions/preview-publish-package.md): Designed to automate the process of building and publishing a preview version of a exile.watch package to a GitHub NPM registry, enabling users to test and evaluate changes before the final release
- [Preview deploy webapp](https://docs.exile.watch/projects/doryani/actions/preview-deploy-webapp.md): Action designed to automate the process of building and deploying a preview version of a webapp to Cloudflare Pages, enabling users to test and evaluate changes before the final release


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exile.watch/projects/doryani/actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
