Skip to content

Commit

Permalink
htmlproofer ok, trying to find a way to fetch assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
kautlenbachs committed Dec 5, 2023
1 parent e081da1 commit 93b4a43
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
submodules: recursive
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)

Expand All @@ -44,7 +44,7 @@ jobs:
with:
ruby-version: 3
bundler-cache: true
#working-directory: docs
working-directory: docs

- name: Build site
run: cd docs && bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
Expand All @@ -53,9 +53,6 @@ jobs:

- name: Test site
run: |
ls -la docs
ls -la docs/_site
ls -la docs/_site${{ steps.pages.outputs.base_path }}
bundle exec htmlproofer docs/_site${{ steps.pages.outputs.base_path }} \
\-\-disable-external=true \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
Expand Down

0 comments on commit 93b4a43

Please sign in to comment.