We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4a4ca commit 9118449Copy full SHA for 9118449
.circleci/config.yml
@@ -21,8 +21,8 @@ jobs:
21
make html-strict
22
23
- store_artifacts:
24
- path: doc/build/
25
- destination: build
+ path: doc/build/html/
+ destination: html
26
27
28
workflows:
.github/workflows/artifacts.yml
@@ -9,4 +9,4 @@ jobs:
9
uses: larsoner/circleci-artifacts-redirector-action@master
10
with:
11
repo-token: ${{ secrets.GITHUB_TOKEN }}
12
- artifact-path: 0/build/html/index.html
+ artifact-path: 0/html/index.html
0 commit comments