From 96d390d96ab544b39dbeacfd6a5f1769a69b318c Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Tue, 10 Sep 2024 15:21:37 +0300 Subject: [PATCH] fix: gh-pages commit history --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51f8f89f9c..d9a904f7d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./playwright-artifacts/playwright-report destination_dir: ${{ github.event.pull_request.number }} + force_orphan: true - name: Update PR description uses: actions/github-script@v6