Skip to content

Commit

Permalink
Change run branch
Browse files Browse the repository at this point in the history
  • Loading branch information
smialy committed Feb 11, 2025
1 parent 59a6b83 commit 7ed19e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Publish Github Pages

on:
push:
branches: [dev]
branches: [docs]

concurrency:
group: gh-${{ github.ref }}
cancel-in-progress: true

jobs:
pages:
runs-on: ubuntu
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -22,7 +22,7 @@ jobs:
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs
documentation_path: ./docs/source
requirements_path: ./docs/requirements.txt
cache: true
python_version: 3.12

0 comments on commit 7ed19e2

Please sign in to comment.