From 1c4e77aeb0148ed437268537ad9234f7c93f5ecf Mon Sep 17 00:00:00 2001 From: Daniel Klein Date: Mon, 23 Sep 2024 21:38:35 +0200 Subject: [PATCH] chore(deploy): update workflow to deploy v2-dataset --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 039c3cc4..49a19f49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/dk/v2-dataset' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist