From 0cc612372ce80e5dcd5fe252a1bfd683bfe16dcf Mon Sep 17 00:00:00 2001 From: mgroeber9110 Date: Tue, 14 Nov 2023 08:31:55 +0100 Subject: [PATCH] Footer changes --- .github/workflows/ci.yml | 22 ---------------------- TechDocs/Markdown/_config.yml | 4 +++- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index a7b5e9b..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: CI - -on: - push: - branches: ["main"] - pull_request: - -jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.1' # Not needed with a .ruby-version file - bundler-cache: true # runs 'bundle install' and caches installed gems automatically - cache-version: 0 # Increment this number if you need to re-download cached gems - - name: Build with Jekyll - run: bundle exec jekyll build diff --git a/TechDocs/Markdown/_config.yml b/TechDocs/Markdown/_config.yml index e9547e2..094cf67 100644 --- a/TechDocs/Markdown/_config.yml +++ b/TechDocs/Markdown/_config.yml @@ -11,4 +11,6 @@ aux_links: gh_edit_link: true gh_edit_link_text: "Edit this page on GitHub." gh_edit_repository: "https://github.com/mgroeber9110/just-the-docs-test" -gh_edit_source: TechDocs/Markdown \ No newline at end of file +gh_edit_branch: "main" +gh_edit_source: "TechDocs/Markdown" +gh_edit_view_mode: "tree" \ No newline at end of file