mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
toml -> yaml in README
This commit is contained in:
parent
7278e6c6b8
commit
1df1baa8d6
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ To deploy static sites and frontend applications to Workers, check out the docum
|
|||
|
||||
Note that this action makes no assumptions about _how_ your project is built! **If you need to run a pre-publish step, like building your application, you need to specify a build step in your Workflow.** For instance, if I have an NPM command called `build`, my workflow TOML might resemble the following:
|
||||
|
||||
```toml
|
||||
```yaml
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue