Skip to content

Commit 7831ba1

Browse files
authored
Update GitHub Actions to use peaceiris action
1 parent 800d0ac commit 7831ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: touch ./docs/html/.nojekyll
2626

2727
- name: Deploy to GitHub Pages
28-
uses: feature/docs-update
28+
uses: peaceiris/actions-gh-pages@v4
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
publish_dir: ./docs/html

0 commit comments

Comments
 (0)