We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ddd30 commit ed107aaCopy full SHA for ed107aa
.github/workflows/build-ci-test.yaml
@@ -45,10 +45,3 @@ jobs:
45
cd frontend
46
pnpm run build
47
48
- - name: Save build artifacts
49
- if: success()
50
- uses: actions/upload-artifact@v4
51
- with:
52
- name: build
53
- path: ./frontend/dist
54
-
.github/workflows/deploy-gh-pages.yaml
@@ -37,13 +37,10 @@ jobs:
37
38
pnpm install
39
40
- - name: Download Artifacts
41
- id: download-artifact
42
- uses: dawidd6/action-download-artifact@v5
43
44
- 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
0 commit comments