Skip to content

Commit

Permalink
github action added to build sphinx-based doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Sep 23, 2023
1 parent afa694d commit c4c8976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Docs
on: [push, pull_request, workflow_dispatch]
env:
BME_PROJECT_DIR: "${{env.GITHUB_WORKSPACE}}"
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish-sphinx-tmp' }}
env:
BME_PROJECT_DIR: ${{ vars.GITHUB_WORKSPACE }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
Expand Down

0 comments on commit c4c8976

Please sign in to comment.