Skip to content

Commit

Permalink
Update auto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghee-hwang authored Apr 29, 2024
1 parent 798ba86 commit e965d6e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20

- name: Run bikeshed
run: |
bikeshed spec
mkdir dist
cp *.html dist
cp -r v?.?.?_images dist
cp -r v?.?.?-errata_images dist
cp -r images dist

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit e965d6e

Please sign in to comment.