Skip to content

Commit

Permalink
fix documentation - attempt #1
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBinotto committed May 14, 2024
1 parent 5e7d63a commit 6dea492
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Publish Documentation

on:
push:
tags: '*'
pull_request:
branches:
- main

jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Set up Python 3.12
- uses: actions/setup-python@v2
with:
Expand All @@ -19,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install -E amazon -E docs
poetry install --extras docs
- name: Build documentation
run: |
mkdir gh-pages
Expand Down

0 comments on commit 6dea492

Please sign in to comment.