Skip to content

Commit 6c49975

Browse files
authored
Update deploy_docs.yml (#51)
1 parent 14f090d commit 6c49975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/upload-pages-artifact@v2
4848
with:
4949
# Upload docs
50-
path: ${GITHUB_WORKSPACE}/docs
50+
path: './docs'
5151
- name: Deploy to GitHub Pages
5252
id: deployment
5353
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)