Skip to content

Commit

Permalink
Fix build folder in gh-pages (#77)
Browse files Browse the repository at this point in the history
* fix: remove
* fix: update download path
  • Loading branch information
Bikram-ghuku committed Jun 9, 2024
1 parent d426ab7 commit ff22dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build
path: ./frontend/build/
path: ./frontend/build

2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
workflow: build-ci-test.yaml
github_token: ${{secrets.GITHUB_TOKEN}}
path: ./frontend/build/
path: ./frontend/

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit ff22dec

Please sign in to comment.