Skip to content

Commit

Permalink
chore: Build docs on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
lRomul committed Jan 25, 2024
1 parent 166ab80 commit 5dea793
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docs.yml
@@ -1,14 +1,17 @@
name: Docs

on: workflow_dispatch
on:
push:
branches:
- master

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install docs dependencies
Expand Down

0 comments on commit 5dea793

Please sign in to comment.