Skip to content

Commit ba5908a

Browse files
committed
Correct path in upload-artifact GHP action
1 parent c109bcb commit ba5908a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload artifact
3434
uses: actions/upload-artifact@v4
3535
with:
36-
path: "_build/dirhtml"
36+
path: "TeSS_docs/_build/dirhtml"
3737

3838
- name: Deploy to GitHub Pages
3939
id: deployment

0 commit comments

Comments
 (0)