Skip to content

Commit

Permalink
Update README (minor fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and jsmrcaga committed Aug 19, 2024
1 parent 0f0941d commit 9797a6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a simple GitHub Action to deploy a static website to Netlify.
## Usage

To use a GitHub action you can just reference it on your Workflow file
(for more info check [this article by Github](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow))
(for more info check [this article by GitHub](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow))

```yml
name: 'My Workflow'
Expand Down Expand Up @@ -57,15 +57,15 @@ Full output of the action

`NETLIFY_PREVIEW_URL`

The url of deployment preview.
The URL of deployment preview.

`NETLIFY_LOGS_URL`

The url of the logs.
The URL of the logs.

`NETLIFY_LIVE_URL`

The url of the live deployed site.
The URL of the live deployed site.


## Example
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: jsmrcaga/action-netlify-deploy@master
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

In case of already having the deployment ready data - we can easily skip the nvm, install and build part via passing:

```
```yml
- name: Deploy to Netlify
uses: jsmrcaga/[email protected]
with:
Expand Down

0 comments on commit 9797a6d

Please sign in to comment.