Update build-docs.yml

This commit is contained in:
Castro Alhdo 2023-10-05 22:59:14 +02:00 committed by GitHub
parent 4a0f89beaa
commit 388925f079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
- name: Build with Hugo
run: |
pwd
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_0.101.0_Linux-64bit.tar.gz|tar xzf - hugo
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_0.119.0_Linux-64bit.tar.gz|tar xzf - hugo
mv hugo ~/
~/hugo --version||true
cd docs
@ -44,4 +44,4 @@ jobs:
path: './docs/public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@main