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