Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Nov 12, 2020
1 parent 7b8a273 commit 59ad2f4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
submodules: true # Fetch Hugo themes (true OR recursive)

- name: Remove unused image from sub blogs
run: |
find blogs -name '*.jpg' -exec rm {} \;
- name: Setup dependencies
run: |
sudo apt-get install libtiff5 imagemagick
Expand Down
2 changes: 1 addition & 1 deletion blogs/blaufusstoelpel
2 changes: 1 addition & 1 deletion blogs/kleiderbuegel
Submodule kleiderbuegel updated 1 files
+1 −1 config.toml
2 changes: 1 addition & 1 deletion blogs/schriftmuster
Submodule schriftmuster updated 1 files
+1 −1 config.toml
2 changes: 1 addition & 1 deletion static.projektemacher.org

0 comments on commit 59ad2f4

Please sign in to comment.