diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7aa6cc5ab..89a9cf6f19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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