Skip to content

Commit 1612d44

Browse files
committed
fix references
1 parent b3a20fc commit 1612d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload Build Artifact
3535
uses: actions/upload-pages-artifact@v3
3636
with:
37-
path: ${{ env.cwd }}/../build
37+
path: ../build
3838

3939
deploy:
4040
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)