update workflows

This commit is contained in:
long2ice
2020-04-25 18:39:37 +08:00
parent 624ffbe33e
commit a286c89d48
3 changed files with 5 additions and 2 deletions

View File

@@ -26,7 +26,9 @@ jobs:
PRODUCTION_BASE_URL: /
BASE_URL: /
VUE_APP_API_URL: https://api-fastapi-admin.long2ice.cn:8443
run: npm run build
run: |
cd front
npm run build
- name: deploy
uses: peaceiris/actions-gh-pages@v3

View File

@@ -12,9 +12,11 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Build dists
run: |
python3 setup.py sdist
- name: Pypi Publish
uses: pypa/gh-action-pypi-publish@master
with: