Skip to content

Commit

Permalink
[Task] Update mto docs (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Johan Grahn <[email protected]>
  • Loading branch information
RSAK56 and karl-johan-grahn authored May 28, 2024
1 parent 856f290 commit 0e00294
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/closed_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
6 changes: 2 additions & 4 deletions .github/workflows/delete_branch.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Version deletion

on:
delete
on: delete

jobs:
delete:
uses: stakater/.github/.github/workflows/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}

12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name: Pull Request
on:
pull_request:
branches:
- 'main'
- '[0-9]+.[0-9]+'
- "main"
- "[0-9]+.[0-9]+"

jobs:
doc_qa:
uses: stakater/.github/.github/workflows/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
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/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#pull-request-deployments
DOCKER_FILE_PATH: Dockerfile
Expand All @@ -25,8 +25,8 @@ jobs:
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.STAKATER_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
DOCKER_SECRETS: GIT_AUTH_TOKEN=${{ secrets.STAKATER_GITHUB_TOKEN }}

deploy_doc:
uses: stakater/.github/.github/workflows/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
secrets:
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Push
on:
push:
branches:
- 'main'
- '[0-9]+.[0-9]+'
- "main"
- "[0-9]+.[0-9]+"

jobs:
push:
uses: stakater/.github/.github/workflows/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
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
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
create_release:
uses: stakater/.github/.github/workflows/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
build_container:
uses: stakater/.github/.github/workflows/[email protected].75
uses: stakater/.github/.github/workflows/[email protected].76
with:
DOCKER_BUILD_CONTEXTS: content=https://github.com/stakater/mto-docs.git#gh-pages
DOCKER_FILE_PATH: Dockerfile
Expand Down
6 changes: 0 additions & 6 deletions theme_override/resources/404.html

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion theme_override/resources/main.html

This file was deleted.

0 comments on commit 0e00294

Please sign in to comment.