Skip to content

Commit

Permalink
chore: disabled htmlproofer
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Oct 4, 2024
1 parent 1c9d3e9 commit 6aa3686
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/pages-html-proofer.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: pages-html-proofer

on:
push:
paths:
- 'docs/**'
- '!docs/storybook'
- '.github/workflows/pages-html-proofer.yml'
pull_request:
paths:
- 'docs/**'
- '!docs/storybook'
- '.github/workflows/pages-html-proofer.yml'
# Disabled for now. Will re-enable once we have a better html proofer
# on:
# push:
# paths:
# - 'docs/**'
# - '!docs/storybook'
# - '.github/workflows/pages-html-proofer.yml'
# pull_request:
# paths:
# - 'docs/**'
# - '!docs/storybook'
# - '.github/workflows/pages-html-proofer.yml'

jobs:
pages-html-proofer:
Expand Down

0 comments on commit 6aa3686

Please sign in to comment.