Skip to content

Commit

Permalink
ci(github): try without test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Mar 8, 2024
1 parent 379895b commit 7696830
Showing 1 changed file with 11 additions and 11 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 -laR themes/

hugo --minify
# hugo --minify

# clean up
rm -rf themes/*
# # clean up
# rm -rf themes/*


- name: Bump version and push tag
Expand Down

0 comments on commit 7696830

Please sign in to comment.