diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 87c712d..e7fc481 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,10 +1,10 @@ name: Deploy mkdocs site to Pages on: - # Runs on pushes targeting the default branch or any branch named docs/* + # Runs on pushes targeting main or any branch named docs/* push: branches: - - $default-branch + - "main" - "docs/**" # Allows you to run this workflow manually from the Actions tab