File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
1 . As a ` github action `
46
46
([ _ » see all GitHub action settings_ ] ( #prerender-spa-ultra-github-action ) ):
47
47
``` yaml
48
- uses : antitoxic/prerender-spa-ultra@v1.0.1
48
+ uses : antitoxic/prerender-spa-ultra@v1
49
49
with :
50
50
website_root : ' path/to/your/spa/dist'
51
51
` ` `
@@ -101,7 +101,7 @@ jobs:
101
101
run: |
102
102
npm run build
103
103
- name: Prereder the freshly built app
104
- uses: @antitoxic/prerender-spa-ultra@v1.0.1
104
+ uses: @antitoxic/prerender-spa-ultra@v1
105
105
id: prerender
106
106
with:
107
107
website_root: 'path/to/your/app/dist'
@@ -155,7 +155,7 @@ or as GitHub job step:
155
155
156
156
` ` ` yaml
157
157
- name: Pre-render
158
- uses: antitoxic/prerender-spa-ultra@v1.1.0
158
+ uses: antitoxic/prerender-spa-ultra@v1
159
159
env:
160
160
PRERENDER_SPA_ULTRA_DEBUG: 1
161
161
with:
You can’t perform that action at this time.
0 commit comments