Skip to content

Commit

Permalink
add paths-ingore for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
cybrknght authored Mar 13, 2024
1 parent 3e33184 commit 289fc32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- reopened
- synchronize
- closed
paths-ignore:
- .devcontainer/**
- .github/**
- README.md

concurrency: preview-${{ github.ref }}

Expand All @@ -24,7 +28,7 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}
mdbook-version: 'latest'
use-admonish: true

- name: Build mdBook site
run: mdbook build
if: github.event.action != 'closed'
Expand Down

0 comments on commit 289fc32

Please sign in to comment.