Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/build-ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ jobs:
cd frontend
pnpm run build

- name: Save build artifacts
if: success()
uses: actions/upload-artifact@v4
with:
name: build
path: ./frontend/dist

11 changes: 4 additions & 7 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ jobs:
cd frontend
pnpm install

- name: Download Artifacts
id: download-artifact
uses: dawidd6/action-download-artifact@v5
with:
workflow: build-ci-test.yaml
github_token: ${{secrets.GITHUB_TOKEN}}
path: ./frontend/
- name: Build the application
run: |
cd frontend
pnpm run build

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