File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Build and deploy Plone 6 documentation to 6-dev.docs.plone.org
44on :
55 push :
66 branches :
7- - ' 6-dev'
7+ - " 6-dev"
88
99jobs :
1010 build_deploy :
1515 - name : Set up Python ${{ matrix.python-version }}
1616 uses : actions/setup-python@v2
1717 with :
18- python-version : 3.10
18+ python-version : " 3.10"
1919
2020 - name : Install dependencies
2121 run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Test Plone 6 documentation
44on :
55 push :
66 branches-ignore :
7- - ' master'
7+ - " master"
88
99jobs :
1010 test :
1515 - name : Set up Python ${{ matrix.python-version }}
1616 uses : actions/setup-python@v2
1717 with :
18- python-version : 3.10
18+ python-version : " 3.10"
1919
2020 - name : Install dependencies
2121 run : |
You can’t perform that action at this time.
0 commit comments