Skip to content

Commit

Permalink
enable pretty_urls hack in github build
Browse files Browse the repository at this point in the history
  • Loading branch information
thosgood committed Sep 29, 2023
1 parent d1c2aa4 commit 4467142
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
R -e "install.packages('magick')"
R -e "install.packages('pdftools')"
- name: Enable pretty URLs hack
run: |
echo '<script type="text/javascript" src="./web/pretty_urls.js"></script>' >> ./web/scripts.html
- name: Build site
run: |
./build_book
Expand Down

0 comments on commit 4467142

Please sign in to comment.