Skip to content

Commit

Permalink
chore(ci): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PiLep committed Dec 30, 2023
1 parent cb006fd commit 84ff63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Generate documentation
# create documentation folder if not exists then run phpdoc
run: mkdir -p documentation && docker run --rm -v ${{ github.workspace }}:/data phpdoc/phpdoc:latest -d src -t documentation
run: mkdir -p documentation && docker run --rm -v ${{ github.workspace }}:/data phpdoc/phpdoc:latest -d /src -t /documentation

- name: Deploy documentation
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 84ff63b

Please sign in to comment.