Skip to content

Commit b0a61d3

Browse files
committed
🚿
1 parent 90f4032 commit b0a61d3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
run: phpdoc --config=phpdoc.xml
6363

6464
- name: "Publish Docs to gh-pages"
65-
uses: JamesIves/github-pages-deploy-action@4.1.6
65+
uses: JamesIves/github-pages-deploy-action@4.2.5
6666
with:
67-
BRANCH: gh-pages
68-
FOLDER: docs
69-
CLEAN: true
67+
branch: gh-pages
68+
folder: docs
69+
clean: true
7070

7171
tests:
7272
name: "Unit Tests"
@@ -85,10 +85,6 @@ jobs:
8585
- "8.1"
8686

8787
steps:
88-
- name: "Configure git to avoid issues with line endings"
89-
if: matrix.os == 'windows-latest'
90-
run: git config --global core.autocrlf false
91-
9288
- name: "Checkout"
9389
uses: actions/checkout@v2
9490

0 commit comments

Comments
 (0)