Skip to content

Commit

Permalink
upload artifacts before build
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDelaney committed Nov 19, 2024
1 parent 6a7ea84 commit e1e3e02
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- name: create build
run: pnpm run build

- name: upload build artifacts
uses: actions/upload-artifacts@v4
with:
path: build/

- name: deploy to github pages
uses: actions/deploy-pages@v4
with:
path: "build/"

0 comments on commit e1e3e02

Please sign in to comment.