Skip to content

Commit

Permalink
ci(linkpr): disable "edit this page" link
Browse files Browse the repository at this point in the history
Signed-off-by: Bird <aflybird0@gmail.com>
  • Loading branch information
aFlyBird0 authored and steinliber committed Dec 27, 2022
1 parent d2a3cf0 commit e722793
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/link-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
run: |
sed -i 's|https://docs.devstream.io|http://localhost|g' mkdocs.yml
# disable "edit this page" link
# see https://github.com/devstream-io/devstream/issues/1386 for more details
- name: Disable Edit This Page
run: |
# edit_uri: edit/main/docs -> edit_uri: ""
sed -i 's|edit_uri: edit/main/docs|edit_uri: ""|g' mkdocs.yml
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit e722793

Please sign in to comment.