Skip to content

Commit afd5543

Browse files
committed
Update pages action to v4
1 parent 2653d6b commit afd5543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: npm install
1313
- run: npm run build
1414
- name: Publish HTML to GitHub Pages
15-
uses: peaceiris/actions-gh-pages@v3
15+
uses: peaceiris/actions-gh-pages@v4
1616
with:
1717
publish_dir: ./build
1818
destination_dir: pr/${{ github.event.number }}/

0 commit comments

Comments
 (0)