Skip to content

Commit

Permalink
copy contents of html rather than folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Feb 7, 2024
1 parent ce8f95a commit afa7acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
shell: bash -l {0}
run: |
mkdir -p website/code-book
cp -r code-book/_build/html/ website/code-book/
cp -r code-book/_build/html/.* website/code-book/
- name: Save Build as Artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit afa7acb

Please sign in to comment.