Skip to content

Commit e2fab66

Browse files
committed
Use v1 in documentation
1 parent 05ce251 commit e2fab66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ them.
4545
1. As a `github action`
4646
([_» see all GitHub action settings_](#prerender-spa-ultra-github-action)):
4747
```yaml
48-
uses: antitoxic/prerender-spa-ultra@v1.0.1
48+
uses: antitoxic/prerender-spa-ultra@v1
4949
with:
5050
website_root: 'path/to/your/spa/dist'
5151
```
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
npm run build
103103
- name: Prereder the freshly built app
104-
uses: @antitoxic/prerender-spa-ultra@v1.0.1
104+
uses: @antitoxic/prerender-spa-ultra@v1
105105
id: prerender
106106
with:
107107
website_root: 'path/to/your/app/dist'
@@ -155,7 +155,7 @@ or as GitHub job step:
155155

156156
```yaml
157157
- name: Pre-render
158-
uses: antitoxic/prerender-spa-ultra@v1.1.0
158+
uses: antitoxic/prerender-spa-ultra@v1
159159
env:
160160
PRERENDER_SPA_ULTRA_DEBUG: 1
161161
with:

0 commit comments

Comments
 (0)