Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Corollarium/modelarium
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobg committed Sep 22, 2021
2 parents 3ab61de + 74f1f0f commit 1dbc054
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 1dbc054

Please sign in to comment.