Skip to content

Commit

Permalink
Removed generic workflow and testing para tag removal
Browse files Browse the repository at this point in the history
  • Loading branch information
villyes-ledger committed Nov 3, 2024
1 parent b7b9db6 commit 796ce07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/publish_generic.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/publish_sign_blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
run: find . -depth -name "*.md" -exec sh -c 'f="{}"; mv -- "$f" "$(dirname "$f")/sign_blob_$(basename "$f")"' \;

- name: Replace comments with a space
run: find . -type f -name "*.md" -exec sed -i 's/<!--.*-->/ /g' {} +
run: find . -type f -name "*.md" -exec sed -i 's/<!--.*-->/ /g' {} +

- name: Remove <p> and </p> tags
run: find . -type f -name "*.md" -exec sed -i 's/<\/\?p>//g' {} +

- name: Publish Markdown to Confluence
uses: markdown-confluence/publish-action@v5
Expand Down

0 comments on commit 796ce07

Please sign in to comment.