Skip to content

Commit

Permalink
chore(ci): fix deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PiLep committed Dec 30, 2023
1 parent 437eed9 commit 615bcb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,10 @@ jobs:

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

- name: Deploy documentation
uses: JamesIves/[email protected]
with:
branch: main
folder: docs

0 comments on commit 615bcb1

Please sign in to comment.