Skip to content

Commit

Permalink
Fix yaml syntax bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermeyer committed Sep 18, 2023
1 parent c85e2ff commit 9e3cd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/antora_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
antora --fetch antora-playbook.yml # Replace 'antora-playbook.yml' with your playbook's name if different
- name: Replace internal index.html links to directories with trailing slash
run: |
run: |
find ./build/site -name "*.html" -exec sed -i 's@href="\([^"]*\)/index.html"@href="\1/"@g' {} \;
- name: Deploy to Linux server via SCP
Expand Down

0 comments on commit 9e3cd94

Please sign in to comment.