Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored Sep 23, 2023
1 parent 228426f commit 712b73d
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,19 @@ jobs:
run: find . -type d


- name: Deploy main
uses: JamesIves/[email protected]
# if: ${{ steps.branch-name.outputs.is_default }} == 'true'
# - name: Deploy main
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages # The branch the action should deploy to.
# folder: ./webroot # The folder the action should deploy.
# target-folder: website
# commit-message: Deploy website preview
# single-commit: true
# clean: false

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
branch: gh-pages # The branch the action should deploy to.
folder: ./webroot # The folder the action should deploy.
target-folder: website
commit-message: Deploy website preview
single-commit: true
clean: false
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./webroot
destination_dir: website

0 comments on commit 712b73d

Please sign in to comment.