Skip to content

Commit b3747cd

Browse files
committed
docs: pin version to v3
1 parent 04aa727 commit b3747cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ A destination subdirectory on a publishing branch. The default is empty.
236236

237237
```yaml
238238
- name: Deploy
239-
uses: peaceiris/actions-gh-pages@v3.7.0-8
239+
uses: peaceiris/actions-gh-pages@v3
240240
with:
241241
github_token: ${{ secrets.GITHUB_TOKEN }}
242242
destination_dir: subdir
@@ -253,7 +253,7 @@ Values should be split with a comma.
253253

254254
```yaml
255255
- name: Deploy
256-
uses: peaceiris/actions-gh-pages@v3.7.0-8
256+
uses: peaceiris/actions-gh-pages@v3
257257
with:
258258
github_token: ${{ secrets.GITHUB_TOKEN }}
259259
exclude_assets: '.github,exclude-file1,exclude-file2'
@@ -263,7 +263,7 @@ Set `exclude_assets` to empty for including the `.github` directory to deploymen
263263

264264
```yaml
265265
- name: Deploy
266-
uses: peaceiris/actions-gh-pages@v3.7.0-8
266+
uses: peaceiris/actions-gh-pages@v3
267267
with:
268268
github_token: ${{ secrets.GITHUB_TOKEN }}
269269
exclude_assets: ''
@@ -273,7 +273,7 @@ The `exclude_assets` option supports glob patterns.
273273

274274
```yaml
275275
- name: Deploy
276-
uses: peaceiris/actions-gh-pages@v3.7.0-8
276+
uses: peaceiris/actions-gh-pages@v3
277277
with:
278278
github_token: ${{ secrets.GITHUB_TOKEN }}
279279
exclude_assets: '.github,exclude-file.txt,exclude-dir/**.txt'

0 commit comments

Comments
 (0)