Skip to content

Commit 5426325

Browse files
committed
update actions
1 parent 66694c3 commit 5426325

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@ jobs:
9696
purgecss -c purgecss.config.js
9797
- name: Deploy 🚀
9898
if: github.event_name != 'pull_request'
99-
uses: JamesIves/github-pages-deploy-action@v4
99+
uses: peaceiris/actions-gh-pages@v3
100100
with:
101-
branch: gh-pages
102-
folder: _site
103-
target-folder: blogs
104-
clean: true
105-
clean-exclude: |
106-
docs/
101+
publish_branch: gh-pages
102+
github_token: ${{ secrets.GITHUB_TOKEN }}
103+
publish_dirs: _site
104+
destination_dir: blog
105+
keep_files: true

0 commit comments

Comments
 (0)