Skip to content

Commit

Permalink
Use v1 in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antitoxic committed Sep 23, 2023
1 parent 05ce251 commit e2fab66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ them.
1. As a `github action`
([_» see all GitHub action settings_](#prerender-spa-ultra-github-action)):
```yaml
uses: antitoxic/prerender-spa-ultra@v1.0.1
uses: antitoxic/prerender-spa-ultra@v1
with:
website_root: 'path/to/your/spa/dist'
```
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
npm run build
- name: Prereder the freshly built app
uses: @antitoxic/prerender-spa-ultra@v1.0.1
uses: @antitoxic/prerender-spa-ultra@v1
id: prerender
with:
website_root: 'path/to/your/app/dist'
Expand Down Expand Up @@ -155,7 +155,7 @@ or as GitHub job step:

```yaml
- name: Pre-render
uses: antitoxic/prerender-spa-ultra@v1.1.0
uses: antitoxic/prerender-spa-ultra@v1
env:
PRERENDER_SPA_ULTRA_DEBUG: 1
with:
Expand Down

0 comments on commit e2fab66

Please sign in to comment.