From 5b12ce22e3f21e12200d287cc0b45681e49b0031 Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:47:21 +0900 Subject: [PATCH] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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