From 385fb5522eac7a397ff43708df0f55e97759fde7 Mon Sep 17 00:00:00 2001 From: Kevin Wellmann Date: Sat, 30 Mar 2024 20:07:08 +0100 Subject: [PATCH] fix docs workflow --- .github/workflows/docs.yml | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e421157..4e04a5f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: phpDocumentor generate - run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./docs/reference --template=.phpdoc/templates + run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 run -d ./src -t ./docs/reference --template=.phpdoc/templates - name: commit generated phpdocs run: | git add . -f diff --git a/docs/README.md b/docs/README.md index 6788d62..09240be 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,4 +15,4 @@ ### Generate reference docs -Run `docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./docs/reference --template=.phpdoc/templates` from project root. \ No newline at end of file +Run `docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 run -d ./src -t ./docs/reference --template=.phpdoc/templates` from project root. \ No newline at end of file