chore(deploy): update workflow to deploy v2-dataset

This commit is contained in:
Daniel Klein 2024-09-23 21:38:35 +02:00
parent a68693bf0b
commit 1c4e77aeb0

View file

@ -41,7 +41,7 @@ jobs:
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/dk/v2-dataset' }}
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist publish_dir: ./dist