Skip to content

Commit 72826e7

Browse files
committed
build(publish-docs): Copy manifest.json
1 parent 2f9be9e commit 72826e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
run: poetry install
6565

6666
- name: Build documentation
67-
run: pushd docs; make SPHINXBUILD='poetry run sphinx-build' html; popd
67+
run: |
68+
pushd docs; make SPHINXBUILD='poetry run sphinx-build' html; popd
69+
pushd docs; cp manifest.json _build/html; popd
6870
6971
- name: Push documentation to S3
7072
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)