Browse Source

build: remove unused images folder (#6)

main
Justin Poehnelt 4 years ago committed by GitHub
parent
commit
fac7d6aafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -43,7 +43,6 @@ jobs: @@ -43,7 +43,6 @@ jobs:
npm run docs
cp -r dist docs/dist
cp -r examples docs/examples
cp -r images docs/images
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save