Skip to content

Commit 116f948

Browse files
authored
Update deploy-docs.yml
1 parent 74cb04f commit 116f948

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-docs.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ jobs:
3030
- name: Upload Build Artifact
3131
uses: actions/upload-pages-artifact@v3
3232
with:
33-
path: build
33+
path: ./docs/build
3434

3535
deploy:
3636
name: Deploy to GitHub Pages
3737
needs: build
38-
defaults:
39-
run:
40-
working-directory: ./docs/
4138

4239
permissions:
4340
pages: write

0 commit comments

Comments
 (0)