We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e05b28 commit 366350cCopy full SHA for 366350c
.github/workflows/pages.yml
@@ -46,8 +46,8 @@ jobs:
46
run: mdbook build
47
- name: Embed `html-slides` into `html-book`, fix relative paths
48
run: |
49
- rsync -av html-slides/content/ html-book/ --ignore-existing
50
- rsync -av html-slides/ --exclude 'content' html-book/ --ignore-existing
+ rsync -av html-slides/content/ html-book/
+ rsync -av html-slides/ --exclude 'content' html-book/
51
find html-book/ -regex .*\.html | xargs sed -i'' -e 's#./../../../#../../#g' > /dev/null
52
53
# TODO: Without making a _branch_ that bloats the .git object,
0 commit comments