Skip to content

Commit

Permalink
fix(build): Add obsidian, cache files, and no enforcing https
Browse files Browse the repository at this point in the history
  • Loading branch information
godylockz committed Jan 12, 2025
1 parent e44c048 commit 4ea8daf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/starter/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Test site
run: |
bundle exec htmlproofer _site \
\-\-no-enforce-https \
\-\-disable-external \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ package-lock.json
# Misc
_sass/vendors
assets/js/dist

# Cache
__pycache__
.dccache

# Obisidan
.obsidian

0 comments on commit 4ea8daf

Please sign in to comment.