Skip to content

Commit

Permalink
Merge pull request #45 from getsentry/fix-docs
Browse files Browse the repository at this point in the history
fix(docs) Update python used to build docs
  • Loading branch information
markstory authored Oct 9, 2024
2 parents fa484d5 + 9346728 commit fe55f4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: sabledocs build

on:
push:
branches:
- release/**
# push:
# branches:
# - release/**
workflow_dispatch:

jobs:
docs:
name: Sphinx
name: sabledocs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.11'

- name: Build docs
run: |
Expand Down

0 comments on commit fe55f4c

Please sign in to comment.