Skip to content

Commit

Permalink
deploy apps source website (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony authored Sep 12, 2023
1 parent 2c75dc0 commit 424716d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- name: Build distribution
run: npm run build

- name: Deploy apps source website
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/
force_orphan: true

- name: Checkout apps repo
if: ${{ github.repository_owner == 'vechain' }}
uses: actions/checkout@v3
Expand Down

0 comments on commit 424716d

Please sign in to comment.