Skip to content

Commit

Permalink
build artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SridharaQweebi authored Dec 17, 2024
1 parent 1629cc3 commit b2992bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
- name: Copy Headers
run: cp build-config/_headers built/packaged/

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: dist-web
path: |
built/packaged/
retention-days: 7

- name: Deploy to Cloudflare Pages
id: cloudflare-deploy
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit b2992bd

Please sign in to comment.