Skip to content

Commit

Permalink
fix: htmlproofer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Oct 2, 2024
1 parent 19a687f commit ede7d66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-html-proofer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
node-version: '20.x'
- run: npm i
- run: npm run build
- run: npm run deploy
- run: npm run deploy:only
- uses: chabad360/htmlproofer@master
with:
directory: "./_site"
directory: "./_siteDev"
arguments: --disable_external --ignore_empty_alt --allow_hash_href --allow_missing_href
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"start": "marko-run",
"test": "npm run build:css",
"deploy": "node scripts/jekyll-config && BASE_URL=/skin/ marko-run build -o ./_site && npm run build:storybook && ncp docs/archive _site/archive && touch _site/.nojekyll",
"deploy:only": "node scripts/jekyll-config && marko-run build -o ./_siteDev && touch _siteDev/.nojekyll",
"prebuild": "npm run clean",
"prepublishOnly": "node scripts gen",
"postpublish": "node scripts clean",
Expand Down

0 comments on commit ede7d66

Please sign in to comment.