diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0bc3795e..ad786a51 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -65,7 +65,8 @@ jobs: bikeshed spec mkdir dist cp *.html dist - cp -r v?.?.?_files dist + cp -r v?.?.?_images dist + cp -r v?.?.?-errata_images dist cp -r images dist mkdir dist/conformance cp -r conformance/conformance_page/dist/* dist/conformance @@ -77,4 +78,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1