Skip to content

Commit

Permalink
deploy-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kuruvilla committed Nov 30, 2023
1 parent 5c9cf59 commit 79262c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:

- name: Build Angular App
run: npm run build

- name: Archive build
if: success()
uses: actions/upload-artifact@v1
with:
name: deploy_dist
path: dist


deploy:
Expand All @@ -34,7 +41,7 @@ jobs:
- name: Download build
uses: actions/download-artifact@v1
with:
name: dist
name: deploy_dist
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit 79262c2

Please sign in to comment.