Skip to content

Commit

Permalink
fix analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Nov 8, 2023
1 parent 65b9d7f commit d518d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- name: Build with Jekyll
run: make build
working-directory: ./docs
env:
JEKYLL_ENV: production
- name: Check Site
run: make test
working-directory: ./docs
Expand Down
6 changes: 2 additions & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ install:
bundle install

build:
echo $$JEKYLL_ENV
bundle exec jekyll build
JEKYLL_ENV=production bundle exec jekyll build

test: build
bundle exec htmlproofer --disable-external --
ignore-missing-alt --swap-urls '^/evse-scaling-behavior/:/' _site
bundle exec htmlproofer --disable-external --ignore-missing-alt --swap-urls '^/evse-scaling-behavior/:/' _site

0 comments on commit d518d6f

Please sign in to comment.