diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 87f9b99..0a36595 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: Deploy Docs to Pages on: push: - branches: ['main'] + branches: ['main', 'next'] workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages