Skip to content

Commit 31d86eb

Browse files
committed
GitHub workflow bug fix
1 parent 1395b6f commit 31d86eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildPDFs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/upload-pages-artifact@v3 #actions/upload-artifact@v4
3030
with:
3131
name: github-pages
32-
path: built/
32+
path: lecture/built/
3333

3434

3535
deploy:

0 commit comments

Comments
 (0)