Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stakater/mto-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b65a75b1601d87dc817bbfaf898cbd7982bfff9
Choose a base ref
..
head repository: stakater/mto-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce753a97315abcc52a7c678d9de1b3d0f6cddb3f
Choose a head ref
Showing with 8 additions and 8 deletions.
  1. +1 −1 .github/workflows/closed_pr.yaml
  2. +1 −1 .github/workflows/delete_branch.yaml
  3. +3 −3 .github/workflows/pull_request.yaml
  4. +1 −1 .github/workflows/push.yaml
  5. +2 −2 .github/workflows/release.yaml
2 changes: 1 addition & 1 deletion .github/workflows/closed_pr.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/mkdocs_pull_request_closed.yaml@v0.0.106
uses: stakater/.github/.github/workflows/mkdocs_pull_request_closed.yaml@v0.0.107
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/delete_branch.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on:

jobs:
delete:
uses: stakater/.github/.github/workflows/mkdocs_branch_deleted.yaml@v0.0.106
uses: stakater/.github/.github/workflows/mkdocs_branch_deleted.yaml@v0.0.107
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}

6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -8,14 +8,14 @@ on:

jobs:
doc_qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.106
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.107
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build_container:
if: ${{ github.base_ref == 'main' }}
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.106
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.107
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments
DOCKER_FILE_PATH: Dockerfile
@@ -27,6 +27,6 @@ jobs:
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.STAKATER_GITHUB_TOKEN }}

deploy_doc:
uses: stakater/.github/.github/workflows/mkdocs_pull_request_versioned_doc.yaml@v0.0.106
uses: stakater/.github/.github/workflows/mkdocs_pull_request_versioned_doc.yaml@v0.0.107
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/mkdocs_push_versioned_doc.yaml@v0.0.106
uses: stakater/.github/.github/workflows/mkdocs_push_versioned_doc.yaml@v0.0.107
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@ on:

jobs:
create_release:
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.106
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.107
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
build_container:
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.106
uses: stakater/.github/.github/workflows/push_container_only.yaml@v0.0.107
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#gh-pages
DOCKER_FILE_PATH: Dockerfile