Skip to content

Commit

Permalink
add fund strategy web
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve committed Oct 10, 2023
1 parent d0b2956 commit 6906a82
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
cd $GITHUB_WORKSPACE/pyfunds/fund-strategies
npm install
- name: Build Release Files
Expand Down Expand Up @@ -142,3 +143,21 @@ jobs:
asset_path: qbot_release_${{ matrix.os }}_v1.tar.gz
asset_name: qbot_release_${{ matrix.os }}_v1.tar.gz
asset_content_type: application/gzip
deploy:
environment:
name: fund-strategy-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: 'pyfunds/fund-strategies/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 6906a82

Please sign in to comment.