Skip to content

Commit

Permalink
looking good - lets simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 8, 2024
1 parent 44bfb2d commit 280234d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

on:
push:
branches: ["main"]
branches: ["main", "docs-github-pages"]
workflow_dispatch:

jobs:
Expand All @@ -21,11 +21,6 @@ jobs:
with:
submodules: true

- name:
uses: ./.github/actions/setup-twfy
with:
php_version: "8.2"

- name: Run phpdoc
run: |
docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -t ./docs
Expand Down

0 comments on commit 280234d

Please sign in to comment.