File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7575 - name : Ensure that version and docs directories exist
7676 run : mkdir -p ${{ env.RELEASE_VERSION }} docs
7777
78+ - name : Remove badges from README.md prior to converting to HTML
79+ run : sed -i '1,8 {/^\[\!.*actions\/workflows/d}' ref_branch/README.md
80+
7881 - name : Convert README.md to HTML and save to the version directory
7982 uses : docker://pandoc/core:latest
8083 with :
Original file line number Diff line number Diff line change 2828 - name : Check out code
2929 uses : actions/checkout@v3
3030
31- - name : Convert README.md to HTML and save to the version directory
31+ - name : Remove badges from README.md prior to converting to HTML
32+ run : sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md
33+
34+ - name : Convert README.md to HTML
3235 uses : docker://pandoc/core:latest
3336 with :
3437 args : >-
Original file line number Diff line number Diff line change 11# firewall
22
3- [](https://github.com/linux-system-roles/firewall/actions/workflows/ansible-lint.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/ansible-test.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/codeql.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/python-unit-test.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/shellcheck.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/markdownlint.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/woke.yml)
4-
5- ---
3+ [](https://github.com/linux-system-roles/firewall/actions/workflows/ansible-lint.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/ansible-test.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/codeql.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/markdownlint.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/python-unit-test.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/shellcheck.yml) [](https://github.com/linux-system-roles/firewall/actions/workflows/woke.yml)
64
75This role configures the firewall on machines that are using firewalld.
86If firewalld is not in use, the role will install (if not already installed),
You can’t perform that action at this time.
0 commit comments