Explorar o código

Move deploy-docs.yml to correct folder

Issue gh-1295
Rob Winch %!s(int64=2) %!d(string=hai) anos
pai
achega
3efb4f2fbd
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/deploy-docs.yml

+ 1 - 2
docs/.github/workflows/deploy-docs.yml → .github/workflows/deploy-docs.yml

@@ -13,8 +13,7 @@ permissions:
 jobs:
   build:
     runs-on: ubuntu-latest
-    # FIXME enable when pushed to spring-projects
-    # if: github.repository_owner == 'spring-projects'
+    if: github.repository_owner == 'spring-projects'
     steps:
       - name: Checkout
         uses: actions/checkout@v3