Skip to content

Commit

Permalink
Update auto-publish.yml (missed when PR #804 is merged) (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghee-hwang authored May 4, 2024
1 parent ca1c2cf commit b546b99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -77,4 +78,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit b546b99

Please sign in to comment.