Skip to content

Commit

Permalink
Update pages.yml folder filter and platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham authored Nov 26, 2024
1 parent 3063de9 commit 862e7f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ name: Build html using Sphinx and upload to Github-pages
on:
push:
branches: [ "main" ]
paths:
- "pysyncon/**"
- "doc/**"

permissions:
contents: read

jobs:
pages:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 862e7f0

Please sign in to comment.