Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #476 from cgwalters/rm-docs
Browse files Browse the repository at this point in the history
docs: Remove
  • Loading branch information
cgwalters authored Apr 2, 2024
2 parents 9b834a4 + 5dfd201 commit 19ead2b
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 761 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"

workflow_dispatch:

Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/docs.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .tekton/centos-bootc-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ metadata:
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression:
event == "pull_request" && target_branch
== "main" && ! "docs/***".pathChanged()
event == "pull_request" && target_branch == "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: centos-bootc
Expand Down
3 changes: 1 addition & 2 deletions .tekton/centos-bootc-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ metadata:
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression:
event == "push" && target_branch
== "main" && ! "docs/***".pathChanged()
event == "push" && target_branch == "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: centos-bootc
Expand Down
14 changes: 0 additions & 14 deletions docs/Gemfile

This file was deleted.

58 changes: 0 additions & 58 deletions docs/_config.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/_sass/color_schemes/coreos.scss

This file was deleted.

143 changes: 0 additions & 143 deletions docs/builds.md

This file was deleted.

64 changes: 0 additions & 64 deletions docs/cloud-agents.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/example.ks

This file was deleted.

Loading

0 comments on commit 19ead2b

Please sign in to comment.