Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <halogenica@users.noreply.github.com>2022-10-01 10:27:29 +0300
committerGitHub <noreply@github.com>2022-10-01 10:27:29 +0300
commit708e70e94f74a4ff5b625e1a6d73466874a7ca7f (patch)
tree591bb870c7bb77ec256456ca5653b1747fdb81d9
parent401ead2d559d11780665177ab9c7c8cafd37fd86 (diff)
Update hugo.yml
fix hugo package name for auto deploy
-rw-r--r--.github/workflows/hugo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index 342ddab..7145ddf 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -30,7 +30,7 @@ jobs:
steps:
- name: Install Hugo CLI
run: |
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Checkout
uses: actions/checkout@v3