Skip to content

Commit

Permalink
ci(github): try tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Mar 8, 2024
1 parent 7696830 commit c7271d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ jobs:
hugo-version: 0.121.2
extended: true

# - name: Test if exmapleSite can be built
# run: |
# cd exampleSite
- name: Test if exmapleSite can be built
run: |
cd exampleSite
# # install PaperMod theme
# git clone --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
# install PaperMod theme
git clone --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
# # install hugo-kofi-shortcodes
# ln -s ../ themes/kofi-shortcodes
# install hugo-kofi-shortcodes
ln -s ../ themes/kofi-shortcodes
# ls -laR themes/
ls -la themes/
# hugo --minify
hugo --minify
# # clean up
# rm -rf themes/*
# clean up
rm -rf themes/*
- name: Bump version and push tag
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL: 'https://example.org/'
languageCode: 'en-us'
title: 'My New Hugo Site with Ko-fi me shortcodes'
languageCode: en-us
title: My New Hugo Site with Ko-fi me shortcodes

theme:
- PaperMod # your preferred theme
Expand Down

0 comments on commit c7271d7

Please sign in to comment.