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.
main
1 parent ad2c27f commit bd64004Copy full SHA for bd64004
.github/workflows/deploy-to-test.yml
@@ -23,7 +23,8 @@ jobs:
23
- run: npm run build --if-present
24
25
- name: Preserve build output when moving branches
26
- run: mv build ../build-tmp
+ # If this is not done then the build folder will be lost when we switch branches
27
+ run: mv dist/csss-ng-frontend/browser ../build-tmp
28
29
- name: Switch to the build branch and clean it
30
run: |
.github/workflows/ng-deploy-to-test.yml
0 commit comments