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
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- run: npm run build --if-present

- name: Preserve build output when moving branches
run: mv build ../build-tmp
# If this is not done then the build folder will be lost when we switch branches
run: mv dist/csss-ng-frontend/browser ../build-tmp

- name: Switch to the build branch and clean it
run: |
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/ng-deploy-to-test.yml

This file was deleted.

Loading