Skip to content

Commit c74ed58

Browse files
authored
Do not replace gallery images (#94)
The gallery is not part of the docs anymore, so this step is not necessary.
1 parent c370e72 commit c74ed58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr-build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
run: |
3232
source ./venv/bin/activate
3333
bash ./build.sh
34-
35-
- name: Replace gallery images
36-
run: |
37-
sed -i -e "s/..\/img\/gallery\//https:\/\/raw.githubusercontent.com\/chunky-dev\/docs\/$GITHUB_SHA\/ChunkyDocs\/docs\/img\/gallery\//g" ./docs/gallery/index.html
38-
rm -rf ./docs/img/gallery/
3934
4035
- name: Save PR Number
4136
run: echo ${{ github.event.number }} > ./docs/pr-number.txt

0 commit comments

Comments
 (0)