Skip to content

Commit

Permalink
chore: improve sed readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Dec 20, 2024
1 parent 6f0ea8b commit 5ef2adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python3 -m pip install wdldoc~=1.7.0
python3 -m pip install mkdocs
- name: Prepare Docs
run: cp README.md assets/index.md && sed -i.bak 's/\.\/assets/\.\//g' assets/index.md
run: cp README.md assets/index.md && sed -i.bak 's#./assets#./#g' assets/index.md
- name: Build Docs
run: |
wdldoc -o assets .
Expand Down

0 comments on commit 5ef2adc

Please sign in to comment.