~skovati/website

092cf8ff89c279ed2b7f0169fd32cf652a914f60 — skovati 3 months ago fa032a1
update workflow
1 files changed, 1 insertions(+), 1 deletions(-)

M .github/workflows/publish.yml
M .github/workflows/publish.yml => .github/workflows/publish.yml +1 -1
@@ 22,7 22,7 @@ jobs:
    steps:
      - name: install hugo
        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