Skip to content

Commit

Permalink
Remove duplicate content (#36)
Browse files Browse the repository at this point in the history
* remove content commit step

Signed-off-by: maxwolfs <[email protected]>

* add external content to gitignore

Signed-off-by: maxwolfs <[email protected]>

* remove duplicated contet

Signed-off-by: maxwolfs <[email protected]>

* remove obsolete step

Signed-off-by: maxwolfs <[email protected]>

* reenable parallel jobs

Signed-off-by: maxwolfs <[email protected]>

remove comment

Signed-off-by: maxwolfs <[email protected]>

* remove beloved og workflow

Signed-off-by: maxwolfs <[email protected]>

* add new sync & distill postinstall script

Signed-off-by: maxwolfs <[email protected]>

* remove content & working dirs from git

Signed-off-by: maxwolfs <[email protected]>

* adjust staging and build workflows

Signed-off-by: maxwolfs <[email protected]>

* remove wip linting

Signed-off-by: maxwolfs <[email protected]>

* remove legacy dependency

Signed-off-by: maxwolfs <[email protected]>

---------

Signed-off-by: maxwolfs <[email protected]>
  • Loading branch information
maxwolfs authored Feb 21, 2023
1 parent 12d2278 commit 42027a8
Show file tree
Hide file tree
Showing 32 changed files with 13,900 additions and 30,377 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ on:
workflow_dispatch:

jobs:
synchronize-scs-docs:
uses: ./.github/workflows/synchronize_scs_docs.yml
secrets:
PAT: ${{ secrets.PAT }}
build_and_deploy:
needs: synchronize-scs-docs
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build_and_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ on:
workflow_dispatch:

jobs:
synchronize-scs-docs:
uses: ./.github/workflows/synchronize_scs_docs.yml
secrets:
PAT: ${{ secrets.PAT }}
build_and_staging:
needs: synchronize-scs-docs
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/synchronize_scs_docs.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Content Dependencies from docs.package.json
/community/contribute
/docs/openstack-image-manager
/docs/operations
/docs/release-notes
/repo_to_be_edited_

# Dependencies
/node_modules

Expand Down
60 changes: 0 additions & 60 deletions community/contribute/cloud-resources/cloud-resources.md

This file was deleted.

38 changes: 0 additions & 38 deletions community/contribute/cloud-resources/clouds-public.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions community/contribute/cloud-resources/clouds.yaml.sample

This file was deleted.

59 changes: 0 additions & 59 deletions community/contribute/cloud-resources/plusserver-gx-scs.md

This file was deleted.

92 changes: 0 additions & 92 deletions community/contribute/collaboration.md

This file was deleted.

Loading

0 comments on commit 42027a8

Please sign in to comment.