Skip to content

Commit

Permalink
update hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jul 9, 2022
1 parent 66b0877 commit 2a08ca5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.85.0'
hugo-version: '0.101.0'
extended: true

- name: Build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/my-awesome-telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# schedule:
# # every 12 hours
# - cron: '0 0,12 * * *'
# TODO remove

jobs:
telegram:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,18 @@ Rules:

> TODO
1. "Use this template"
1. [Use this template](https://github.com/my-awesome/my-awesome-template/generate)
2. create telegram bot
3. save env (show how to retrieve user_id)
4. diagram

## Development

Hugo
See [my-awesome/actions](https://github.com/my-awesome/actions)

### Hugo

Resources
* [Hugo](https://gohugo.io/documentation)
* [20 Minute Hugo](https://www.youtube.com/playlist?list=PLbWvcwWtuDm1OpcbohZTOwwzmc8SMmlBD) (video)
* [Hugo GitHub Action](https://github.com/marketplace/actions/hugo-setup)
Expand Down

0 comments on commit 2a08ca5

Please sign in to comment.