Skip to content

Commit

Permalink
upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pooja8447 committed Dec 28, 2023
1 parent c1a75ff commit 548a2af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: upload static site content
uses: actions/upload-artifact@v4
with:
name: static-site
path: .data\

0 comments on commit 548a2af

Please sign in to comment.