Skip to content

Commit

Permalink
Update gh-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
subramen authored Jan 30, 2024
1 parent 36dd973 commit 2b65c70
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,15 @@ jobs:
- name: Check version
if: ${{ github.event.inputs.hugoVersion }}
run: export HUGO_VERSION="${{ github.event.inputs.hugoVersion }}"
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-arm64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
# - name: Install Hugo CLI
# run: |
# wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-arm64.deb \
# && sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install a binary from GitHub releases
uses: jaxxstorm/[email protected]
with:
repo: gohugoio/hugo
tag: v0.121.0
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2b65c70

Please sign in to comment.