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 2a40b4a commit 8a5f0deCopy full SHA for 8a5f0de
.circleci/config.yml
@@ -21,8 +21,8 @@ jobs:
21
make html-strict
22
23
- store_artifacts:
24
- path: doc/build/html/
25
- destination: html
+ path: doc/build/
+ destination: build
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/html/index.html
+ artifact-path: 0/build/html/index.html
0 commit comments