Skip to content

Commit

Permalink
Add step to prepare the artifact before upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarif committed Jan 26, 2025
1 parent 041fa05 commit 31aedf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
npm run nx build login --base-href=/ng-mf/
npm run nx build todo --base-href=/ng-mf/
- name: Prepare artifact
run: |
mkdir production &&
cp -r ./apps/dashboard/* production &&
cp -r ./apps/login production"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 31aedf8

Please sign in to comment.