Skip to content

Commit 335767b

Browse files
committed
Update docs-publish.yml
1 parent 3b182dc commit 335767b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111

12-
- name: Install Phive
13-
uses: szepeviktor/phive-install@v1
14-
15-
- name: Install phpDocumentor
16-
run: phive install phpDocumentor
17-
1812
- name: Generate Docs
19-
run: phpDocumentor
13+
run: docker run --rm -v "$(pwd):/data" "phpdoc/phpdoc:3"
2014

2115
- name: Deploy docs to GitHub Pages
2216
uses: JamesIves/github-pages-deploy-action@v4.4.0

0 commit comments

Comments
 (0)