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 e00b5a4 commit 492e1ba
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,20 @@ jobs:
run: find . -type d


# - 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
- name: Deploy main
uses: JamesIves/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./webroot
destination_dir: website
branch: gh-pages # The branch the action should deploy to.
folder: ./webroot # The folder the action should deploy.
token: ${{ secrets.GITHUB_TOKEN }}
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:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./webroot
# destination_dir: website

0 comments on commit 492e1ba

Please sign in to comment.