0
0
mirror of https://github.com/python-LimeReport/pypi.git synced 2025-11-03 23:41:24 +03:00

chore: add prettier

This commit is contained in:
2023-09-10 10:30:50 +00:00
committed by GitHub
parent 6e03685741
commit df9fe4d5a4
12 changed files with 73 additions and 60 deletions

View File

@@ -25,11 +25,11 @@ jobs:
npm run build:prod
- uses: actions/upload-pages-artifact@v2
with:
path: 'dist'
path: "dist"
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2