Skip to content

Commit 366350c

Browse files
authored
update readme (#45)
* update readme * update readme
1 parent 6e05b28 commit 366350c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: mdbook build
4747
- name: Embed `html-slides` into `html-book`, fix relative paths
4848
run: |
49-
rsync -av html-slides/content/ html-book/ --ignore-existing
50-
rsync -av html-slides/ --exclude 'content' html-book/ --ignore-existing
49+
rsync -av html-slides/content/ html-book/
50+
rsync -av html-slides/ --exclude 'content' html-book/
5151
find html-book/ -regex .*\.html | xargs sed -i'' -e 's#./../../../#../../#g' > /dev/null
5252
5353
# TODO: Without making a _branch_ that bloats the .git object,

0 commit comments

Comments
 (0)