Skip to content

Commit

Permalink
adapt rules
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 5, 2023
1 parent 59ea19b commit deafbdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
- doc/**
- mkdocs.yaml
- .github/workflows/gh-pages.yaml
pull_request:
paths:
- doc/**
- mkdocs.yaml
- .github/workflows/gh-pages.yaml

# See https://stackoverflow.com/a/72408109
concurrency:
Expand Down Expand Up @@ -114,6 +119,7 @@ jobs:
name: Deploy website
permissions:
contents: write
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit deafbdb

Please sign in to comment.