diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4dcc450..20b94c3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -101,11 +101,12 @@ jobs: - name: Nojekyll run: touch docs/coverage-report/.nojekyll -# - name: Deploy 🚀 -# uses: JamesIves/github-pages-deploy-action@3.7.1 -# with: -# GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }} -# BRANCH: gh-pages # The branch the action should deploy to. -# FOLDER: docs/ # The folder the action should deploy. -# CLEAN: true # Automatically remove deleted files from the deploy branch + + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@3.7.1 + with: + GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }} + BRANCH: gh-pages # The branch the action should deploy to. + FOLDER: docs/ # The folder the action should deploy. + CLEAN: true # Automatically remove deleted files from the deploy branch