diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 4e9727249..902f59754 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -3,8 +3,9 @@ name: Deploy docs to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "koonpeng/fix-ghpages"] paths: + - ".github/workflows/ghpages.yml" - "packages/api-server/**" # Allows you to run this workflow manually from the Actions tab