Skip to content

Commit

Permalink
Remove standards from docs and add cleanup step (#29)
Browse files Browse the repository at this point in the history
* add cleanup step

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

* remove standards from docs

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

---------

Signed-off-by: maxwolfs <[email protected]>
  • Loading branch information
maxwolfs authored Jan 31, 2023
1 parent 57abd91 commit 44b6142
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/synchronize_scs_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout the docusaurus repo (B)
uses: actions/checkout@v3

- name: remove all previous docs for clean install
run: |
rm -rf $(pwd)/docs
rm -rf $(pwd)/community
- name: Set Matrix
id: set-matrix
run: |
Expand Down
6 changes: 0 additions & 6 deletions docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@
"source": "*.md",
"target": "docs",
"label": "release-notes"
},
{
"repo": "SovereignCloudStack/standards",
"source": "Standards/*.md",
"target": "docs",
"label": "standards"
}
]
12 changes: 0 additions & 12 deletions example.docs.json

This file was deleted.

0 comments on commit 44b6142

Please sign in to comment.