Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit a296baf

Browse files
fix(ci): GitHub Actions (#27)
* fix: github actions build * test * fixing build * using $GITHUB_WORKSPACE
1 parent 6f8f289 commit a296baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
3434
- name: Deploy
3535
run: |
36-
sudo -E mkdir /example-folder
36+
mkdir $GITHUB_WORKSPACE/example-folder
3737
cd your-angular-project
38-
ng deploy
38+
ng deploy --target-dir=$GITHUB_WORKSPACE/example-folder

0 commit comments

Comments
 (0)