Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo1820 committed Dec 13, 2024
1 parent 57ec935 commit 3d0718d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
run: yarn install

- name: Build
run: yarn workspace frontend build
working-directory: ./apps/frontend
run: yarn build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./apps/frontend/dist
force_orphan: true
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"vite-plugin-node-polyfills": "^0.17.0",
"vitest": "^1.2.2"
},
"homepage": "https://vechain.github.io/vechain-smart-accounts-factory"
"homepage": "https://vechain.github.io/smart-accounts-factory"
}

0 comments on commit 3d0718d

Please sign in to comment.