RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
24
invest-python-master/.github/workflows/github_pages.yml
vendored
Normal file
24
invest-python-master/.github/workflows/github_pages.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Github pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install python dependencies
|
||||
run: make install-poetry install-docs
|
||||
|
||||
- name: Generate docs
|
||||
run: make docs
|
||||
|
||||
- name: Deploy pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./site
|
||||
Reference in New Issue
Block a user