Skip to content

Commit

Permalink
Update doc-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim authored Apr 16, 2024
1 parent 89396d1 commit d22a29f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: Doc Build

on:
on:
push:
branches:
- main

workflow_dispatch:

jobs:
build_docs_job:
runs-on: ubuntu-latest
# Grant write permission here so that the doc can be pushed to gh-pages branch
permissions:
contents: write
strategy:
matrix:
python-version: [3.6]
python-version: [3.9]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d22a29f

Please sign in to comment.