Skip to content

Commit

Permalink
update hugo version in blog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klercke authored Feb 4, 2024
1 parent 5dcc806 commit 8e89636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
uses: actions/checkout@v3
- name: ✨ Setup Hugo
env:
HUGO_VERSION: 0.100.1
HUGO_VERSION: 0.122.0
run: |
mkdir ~/hugo
cd ~/hugo
curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" --output hugo.tar.gz
tar -xvzf hugo.tar.gz
sudo mv hugo /usr/local/bin
- name: 🛠️ Build
run: ls && hugo
run: hugo
- name: 🔐 Create Key File
run: install -m 600 -D /dev/null ~/.ssh/id_rsa
- name: 🔑 Populate Key
Expand Down

0 comments on commit 8e89636

Please sign in to comment.