Skip to content

Commit b1b7b67

Browse files
committed
ci(phpdoc): remove no-op .nojekyll step
upload-pages-artifact v4+ excludes dotfiles from the artifact, so the touched file never reached the deployment. It was already unnecessary: artifact-based Pages deploys never run Jekyll.
1 parent 65a84ad commit b1b7b67

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/phpdoc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Generate Documentation
3636
run: phpdoc -d ./src -t ./docs
3737

38-
- name: Ensure .nojekyll
39-
run: touch docs/.nojekyll
40-
4138
- name: Configure GitHub Pages
4239
uses: actions/configure-pages@v6
4340

0 commit comments

Comments
 (0)