From 0a07e7fe0b3ab415c9a461aa574cb27522ee050d Mon Sep 17 00:00:00 2001 From: juliopdx Date: Wed, 30 Aug 2023 12:18:30 -0700 Subject: [PATCH 1/5] random edit --- workshops/avd-lab-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workshops/avd-lab-guide.md b/workshops/avd-lab-guide.md index 1a665f1..97e068d 100644 --- a/workshops/avd-lab-guide.md +++ b/workshops/avd-lab-guide.md @@ -8,6 +8,8 @@ In this example, the ATD lab is used to create the L2LS Dual Data Center topolog ![Dual DC Topology](assets/images/topologies.svg) +What a great image! + ### Host Addresses | Host | IP Address | From 124a910b3cca3e9e7afb854f2ec4444abeeaec0b Mon Sep 17 00:00:00 2001 From: juliopdx Date: Wed, 30 Aug 2023 12:22:18 -0700 Subject: [PATCH 2/5] non existent theme --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5dd51ef..24346dd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -101,7 +101,7 @@ theme: logo: assets/images/logo.png - name: material + name: something123 palette: - media: "(prefers-color-scheme: light)" From b2ac717d4134e4f2ea5a400fe79c47636eff238a Mon Sep 17 00:00:00 2001 From: juliopdx Date: Wed, 30 Aug 2023 12:44:49 -0700 Subject: [PATCH 3/5] reverting to techlibrary version --- .github/workflows/mkdocs-test.yml | 29 ----------------------------- .github/workflows/testing.yml | 28 ++++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 33 deletions(-) delete mode 100644 .github/workflows/mkdocs-test.yml diff --git a/.github/workflows/mkdocs-test.yml b/.github/workflows/mkdocs-test.yml deleted file mode 100644 index 6e91e6a..0000000 --- a/.github/workflows/mkdocs-test.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Site build - -# read-write repo token -# access to secrets -on: - workflow_run: - workflows: - - Testing - types: - - completed - -jobs: - - test_build: - name: Build site with no warnings - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - - uses: actions/setup-python@v2 - with: - python-version: 3.x - - ##### Install required Python Modules and build the website ##### - - run: pip install -r requirements.txt - - run: pip install git+https://${{ secrets.MKDOCS_INSIDER_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.11-insiders-4.27.0 - - run: mkdocs build --strict diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 33aa018..3fb76d8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,10 +1,13 @@ name: Testing on: - push: - branches-ignore: - - main - pull_request: + # Run jobs on any Pull Request activity + pull_request_target: + types: + - opened + - edited + - synchronize + - ready_for_review jobs: pre_commit: @@ -28,3 +31,20 @@ jobs: # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} # with: # files: workshops/ + + test_build: + name: Build site with no warnings + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + submodules: true + + - uses: actions/setup-python@v2 + with: + python-version: 3.x + + ##### Install required Python Modules and build the website ##### + - run: pip install -r requirements.txt + - run: pip install git+https://${{ secrets.MKDOCS_INSIDER_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.11-insiders-4.27.0 + - run: mkdocs build --strict From f0dffe6d98ee2d37d0214bf5b734b0e078a70d48 Mon Sep 17 00:00:00 2001 From: juliopdx Date: Wed, 30 Aug 2023 12:49:23 -0700 Subject: [PATCH 4/5] showing Mr. T the fails --- .github/workflows/testing.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3fb76d8..194228a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,12 +2,7 @@ name: Testing on: # Run jobs on any Pull Request activity - pull_request_target: - types: - - opened - - edited - - synchronize - - ready_for_review + push: jobs: pre_commit: From eee91274d6082535d86305668483b8124d0ab2bb Mon Sep 17 00:00:00 2001 From: juliopdx Date: Wed, 30 Aug 2023 12:50:08 -0700 Subject: [PATCH 5/5] User error --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 194228a..1a7a7c0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,6 +3,7 @@ name: Testing on: # Run jobs on any Pull Request activity push: + pull_request: jobs: pre_commit: