File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ A destination subdirectory on a publishing branch. The default is empty.
236
236
237
237
` ` ` yaml
238
238
- name: Deploy
239
- uses: peaceiris/actions-gh-pages@v3.7.0-8
239
+ uses: peaceiris/actions-gh-pages@v3
240
240
with:
241
241
github_token: ${{ secrets.GITHUB_TOKEN }}
242
242
destination_dir: subdir
@@ -253,7 +253,7 @@ Values should be split with a comma.
253
253
254
254
` ` ` yaml
255
255
- name: Deploy
256
- uses: peaceiris/actions-gh-pages@v3.7.0-8
256
+ uses: peaceiris/actions-gh-pages@v3
257
257
with:
258
258
github_token: ${{ secrets.GITHUB_TOKEN }}
259
259
exclude_assets: '.github,exclude-file1,exclude-file2'
@@ -263,7 +263,7 @@ Set `exclude_assets` to empty for including the `.github` directory to deploymen
263
263
264
264
` ` ` yaml
265
265
- name: Deploy
266
- uses: peaceiris/actions-gh-pages@v3.7.0-8
266
+ uses: peaceiris/actions-gh-pages@v3
267
267
with:
268
268
github_token: ${{ secrets.GITHUB_TOKEN }}
269
269
exclude_assets: ''
@@ -273,7 +273,7 @@ The `exclude_assets` option supports glob patterns.
273
273
274
274
` ` ` yaml
275
275
- name: Deploy
276
- uses: peaceiris/actions-gh-pages@v3.7.0-8
276
+ uses: peaceiris/actions-gh-pages@v3
277
277
with:
278
278
github_token: ${{ secrets.GITHUB_TOKEN }}
279
279
exclude_assets: '.github,exclude-file.txt,exclude-dir/**.txt'
You can’t perform that action at this time.
0 commit comments