Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanUlbrich committed Mar 8, 2022
1 parent f5f9795 commit 8eb9b8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
push:
# tags: '*'
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build-docs:
Expand All @@ -18,12 +18,12 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.9
- uses: abatilo/[email protected].3
python-version: 3.10.2
- uses: abatilo/[email protected].4
- name: install
run: poetry install -E amazon -E docs
run: poetry install
- name: Build documentation
run: |
mkdir gh-pages
Expand Down

0 comments on commit 8eb9b8d

Please sign in to comment.