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 c7271d7 commit e69c27f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git clone --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
# install hugo-kofi-shortcodes
ln -s ../ themes/kofi-shortcodes
ln -s ../ themes/hugo-kofi-shortcodes
ls -la themes/
Expand All @@ -39,7 +39,6 @@ jobs:
# clean up
rm -rf themes/*
- name: Bump version and push tag
if: github.ref == 'refs/heads/main'
id: tag_version
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a set of shortcodes to allow easy integration with [Ko-fi](https://ko-fi
```bash
cd your-site-location

git submodule add --depth=1 https://github.com/tgagor/hugo-kofi-shortcodes.git themes/kofi-shortcodes
git submodule add --depth=1 https://github.com/tgagor/hugo-kofi-shortcodes.git themes/hugo-kofi-shortcodes

# initialize any uninitialized submodules in the repository
# and then recursively update all submodules
Expand All @@ -23,7 +23,7 @@ This is a set of shortcodes to allow easy integration with [Ko-fi](https://ko-fi
```bash
cd your-site-location
git clone --depth=1 https://github.com/tgagor/hugo-kofi-shortcodes.git themes/kofi-shortcodes
git clone --depth=1 https://github.com/tgagor/hugo-kofi-shortcodes.git themes/hugo-kofi-shortcodes
```

3. Update blog config:
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: My New Hugo Site with Ko-fi me shortcodes

theme:
- PaperMod # your preferred theme
- kofi-shortcodes
- hugo-kofi-shortcodes

params:
# ko-fi config
Expand Down

0 comments on commit e69c27f

Please sign in to comment.