Skip to content

Commit

Permalink
Create docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Mar 21, 2024
1 parent 403603f commit fe6dbc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
node-version: 20

- name: Create documentation directory
run: mkdir -p docs/api

- name: Cache phpDocumentor build files
id: phpdocumentor-cache
uses: actions/cache@v3
Expand All @@ -28,7 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-phpdocumentor-
- name: Build with documentation
- name: Build with phpDocumentor
run: docker run --rm --volume "$(pwd):/data" phpdoc/phpdoc:3.4 -vv --template default

- name: Upload documentation
Expand Down

0 comments on commit fe6dbc8

Please sign in to comment.