Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

chore(deps): bump crazy-max/ghaction-github-pages from v2.1.2 to v2.3.0 #28

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: npm install
- run: npm run build
- name: Deploy playground to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2.1.2
uses: crazy-max/ghaction-github-pages@v2.3.0
with:
keep_history: true
target-branch: gh-pages
Expand Down