We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b182dc commit 335767bCopy full SHA for 335767b
.github/workflows/docs-publish.yml
@@ -9,14 +9,8 @@ jobs:
9
steps:
10
- uses: actions/checkout@v3
11
12
- - name: Install Phive
13
- uses: szepeviktor/phive-install@v1
14
-
15
- - name: Install phpDocumentor
16
- run: phive install phpDocumentor
17
18
- name: Generate Docs
19
- run: phpDocumentor
+ run: docker run --rm -v "$(pwd):/data" "phpdoc/phpdoc:3"
20
21
- name: Deploy docs to GitHub Pages
22
uses: JamesIves/github-pages-deploy-action@v4.4.0
0 commit comments