Skip to content

Commit

Permalink
publish docs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobg authored Sep 22, 2021
1 parent e133e6c commit 74f1f0f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ jobs:

- name: Nojekyll
run: touch docs/coverage-report/.nojekyll
# - name: Deploy 🚀
# uses: JamesIves/[email protected]
# 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/[email protected]
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

0 comments on commit 74f1f0f

Please sign in to comment.