Skip to content

Commit 6aaed4b

Browse files
Merge branch 'testing' into development
2 parents 28240fd + 65c7332 commit 6aaed4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
run: |
8484
target_dir="deploy-folder/$path"
8585
mkdir -p "$target_dir"
86-
cp -r dist/cheems-angular/browser/* "$target_dir/"
87-
cp README.md .gitignore "$target_dir/"
86+
cp -r dist/cheems-angular/browser/* "$target_dir"
87+
cp README.md .gitignore "$target_dir"
8888
if [ "$build_env" = "production" ]; then
89-
cp .pwa/index.html "deploy-folder/"
90-
cp README.md .gitignore "deploy-folder/"
89+
cp -r development-backup/* "$target_dir/development/" || true
90+
cp -r test-backup/* "$target_dir/test/" || true
9191
fi
9292
9393
- name: Commit and Deploy to GitHub Pages

0 commit comments

Comments
 (0)