Skip to content

Commit

Permalink
ci(docs): update docs workflow
Browse files Browse the repository at this point in the history
add next to pushed branches
  • Loading branch information
web-mech committed Aug 18, 2024
1 parent c06cfeb commit 27ea34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27ea34e

Please sign in to comment.