docs: remove warning alert syntax

This commit is contained in:
David Sanders 2024-03-14 07:46:50 -07:00
parent 31265117a8
commit d55e16c91f
No known key found for this signature in database

View File

@ -124,16 +124,14 @@ So, what are you waiting for? Go ahead and start customizing your action!
npm run all npm run all
``` ```
> [!WARNING] > This step is important! It will run [`ncc`](https://github.com/vercel/ncc)
> > to build the final JavaScript action code with all dependencies included.
> This step is important! It will run [`ncc`](https://github.com/vercel/ncc) to > If you do not run this step, your action will not work correctly when it is
> build the final JavaScript action code with all dependencies included. If you > used in a workflow. This step also includes the `--license` option for
> do not run this step, your action will not work correctly when it is used in a > `ncc`, which will create a license file for all of the production node
> workflow. This step also includes the `--license` option for `ncc`, which will > modules used in your project.
> create a license file for all of the production node modules used in your
> project.
5. Commit your changes 1. Commit your changes
```bash ```bash
git add . git add .