Remove GitHub Pages deployment from workflow
Removed deployment step for GitHub Pages from workflow.
This commit is contained in:
parent
238ac14098
commit
78a95d00ae
1 changed files with 0 additions and 6 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -23,12 +23,6 @@ jobs:
|
|||
run: phpdoc -d ./src -t ./docs/api
|
||||
# -d : dossier source
|
||||
# -t : dossier de destination pour la doc générée
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/api
|
||||
|
||||
- name: Upload Documentation
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue