From 74f1f0f371181c2b47df52b06cf9b4387c579d1d Mon Sep 17 00:00:00 2001 From: brunobg Date: Wed, 22 Sep 2021 12:13:44 -0300 Subject: [PATCH] publish docs automatically --- .github/workflows/php.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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