From 4ea8daf04120bf5f5bef2ae94603023b741d1c1a Mon Sep 17 00:00:00 2001 From: godylockz <81207744+godylockz@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:30:42 -0500 Subject: [PATCH] fix(build): Add obsidian, cache files, and no enforcing https --- .github/workflows/starter/pages-deploy.yml | 1 + .gitignore | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/starter/pages-deploy.yml b/.github/workflows/starter/pages-deploy.yml index cc28f99fd25..7f287a67316 100644 --- a/.github/workflows/starter/pages-deploy.yml +++ b/.github/workflows/starter/pages-deploy.yml @@ -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/" diff --git a/.gitignore b/.gitignore index 7dd7cefd964..b77093e20da 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,10 @@ package-lock.json # Misc _sass/vendors assets/js/dist + +# Cache +__pycache__ +.dccache + +# Obisidan +.obsidian