diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1ab4f98..845ebf5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,15 @@ - + ## Overview - + ## Issue Link (If Applicable) - + ## Merge Checklist - [ ] Ran tests/wrote new or updated relevant tests - [ ] Updated docs - + ## Validation diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 56c8fa6..c4ded8e 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -27,7 +27,7 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ./fizz-buzz-ai-docs + source: ./fizz_buzz_ai_docs destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/fizz-buzz-ai-docs/404.html b/fizz_buzz_ai_docs/404.html similarity index 100% rename from fizz-buzz-ai-docs/404.html rename to fizz_buzz_ai_docs/404.html diff --git a/fizz-buzz-ai-docs/Gemfile b/fizz_buzz_ai_docs/Gemfile similarity index 100% rename from fizz-buzz-ai-docs/Gemfile rename to fizz_buzz_ai_docs/Gemfile diff --git a/fizz-buzz-ai-docs/Gemfile.lock b/fizz_buzz_ai_docs/Gemfile.lock similarity index 100% rename from fizz-buzz-ai-docs/Gemfile.lock rename to fizz_buzz_ai_docs/Gemfile.lock diff --git a/fizz-buzz-ai-docs/_config.yml b/fizz_buzz_ai_docs/_config.yml similarity index 100% rename from fizz-buzz-ai-docs/_config.yml rename to fizz_buzz_ai_docs/_config.yml diff --git a/fizz-buzz-ai-docs/_posts/2024-05-28-buzzing-to-fizz.markdown b/fizz_buzz_ai_docs/_posts/2024-05-28-buzzing-to-fizz.markdown similarity index 100% rename from fizz-buzz-ai-docs/_posts/2024-05-28-buzzing-to-fizz.markdown rename to fizz_buzz_ai_docs/_posts/2024-05-28-buzzing-to-fizz.markdown diff --git a/fizz-buzz-ai-docs/about.markdown b/fizz_buzz_ai_docs/about.markdown similarity index 100% rename from fizz-buzz-ai-docs/about.markdown rename to fizz_buzz_ai_docs/about.markdown diff --git a/fizz-buzz-ai-docs/index.markdown b/fizz_buzz_ai_docs/index.markdown similarity index 100% rename from fizz-buzz-ai-docs/index.markdown rename to fizz_buzz_ai_docs/index.markdown