Skip to content

Commit

Permalink
update links to other files
Browse files Browse the repository at this point in the history
replace .md and .rst with .html
  • Loading branch information
mikf committed Mar 3, 2024
1 parent 5674cb8 commit 1cb567e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Install Docutils
run: pip install docutils pygments

- name: Update Links
working-directory: ./docs/
run: sed --in-place 's/\.\(rst\|md\)\b/.html/g' -- *.md *.rst

- name: reStructuredText to HTML
working-directory: ./docs/
run: |
Expand Down

0 comments on commit 1cb567e

Please sign in to comment.