Skip to content

Commit 2817c09

Browse files
committed
fixing release CI
1 parent 9227db7 commit 2817c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
with:
6868
token: ${{ secrets.github_token }}
6969
branch: gh-pages
70-
folder: doc/build/html
70+
folder: HTML-Documentation
7171
clean: true
7272
single-commit: true
7373

7474
- name: Release
7575
uses: softprops/action-gh-release@v1
7676
with:
7777
files: |
78-
./**/*.pdf
78+
./*PDF*/*.pdf

0 commit comments

Comments
 (0)