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:
4
.github/workflows/github-pages.yml
vendored
4
.github/workflows/github-pages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user