diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab874a9..089678a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: