Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
fixing path
  • Loading branch information
jluey1 authored Sep 11, 2024
1 parent 29a719e commit 07e47a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: website/build

deploy:
name: Deploy to GitHub Pages
Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 07e47a8

Please sign in to comment.