Sfoglia il codice sorgente

Move deploy-docs.yml to correct folder

Issue gh-1295
Rob Winch 2 anni fa
parent
commit
3efb4f2fbd
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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