Skip to content

Commit 3efb4f2

Browse files
committed
Move deploy-docs.yml to correct folder
Issue gh-1295
1 parent 408da8e commit 3efb4f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/.github/workflows/deploy-docs.yml renamed to .github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ permissions:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16-
# FIXME enable when pushed to spring-projects
17-
# if: github.repository_owner == 'spring-projects'
16+
if: github.repository_owner == 'spring-projects'
1817
steps:
1918
- name: Checkout
2019
uses: actions/checkout@v3

0 commit comments

Comments
 (0)