chore(update-main): update deploy to main

This commit is contained in:
Daniel Klein 2024-09-24 12:15:48 +02:00
parent 1c4e77aeb0
commit 01c26860e6

View file

@ -2,7 +2,7 @@ name: Build and Deploy
on:
push:
branches:
- dk/v2-dataset # Set a branch to deploy
- main # Set a branch to deploy
pull_request:
permissions:
@ -41,7 +41,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/dk/v2-dataset' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist