Skip to content

Commit

Permalink
Tweak trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
clebreto committed Sep 19, 2024
1 parent cdc6c3f commit 43222aa
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Sphinx: Render docs"

on: push
on:
push:
branches:
- feature/retrieve_doc # Build from main branch
workflow_dispatch: # Manual trigger

jobs:
build:
Expand All @@ -22,12 +26,6 @@ jobs:
- name: Build Sphinx documentation with multiversion
run: |
sphinx-multiversion docs/ _build/html
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html-docs
path: docs/build/html/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 43222aa

Please sign in to comment.