We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70ded9 commit a6ad70eCopy full SHA for a6ad70e
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Manipulate site.yml
79
working-directory: antora
80
run: |
81
- sed -i -E 's/branches: (.*) \# (open-.*|osi-.*)//g' site.yml
+ sed -i -E 's/branches: (.*) \# (open-.*|osi-.*)/branches: ~/g' site.yml
82
cat site.yml
83
# Create custom build instructions for GitHub compatibility
84
- name: Create run instructions
0 commit comments