Skip to content

Commit

Permalink
ci: fix documentation publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzoghenzo committed Dec 18, 2020
1 parent 00a79d0 commit b276355
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ name: Test
on: [release]

jobs:
build:
pages:
runs-on: windows-latest
strategy:

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.7"
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.4
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.0
- name: Install dependencies
run: poetry install
- name: Build documentation
run: poetry run portray on_github_pages
run: |
poetry install
poetry run portray on_github_pages

0 comments on commit b276355

Please sign in to comment.