Skip to content

Commit 9118449

Browse files
committed
use only html
1 parent 0c4a4ca commit 9118449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
make html-strict
2222
2323
- store_artifacts:
24-
path: doc/build/
25-
destination: build
24+
path: doc/build/html/
25+
destination: html
2626

2727

2828
workflows:

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
uses: larsoner/circleci-artifacts-redirector-action@master
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
artifact-path: 0/build/html/index.html
12+
artifact-path: 0/html/index.html

0 commit comments

Comments
 (0)