mirror of
https://github.com/openrport/openrport.git
synced 2025-10-26 11:27:11 +00:00
Update build-docs.yml
This commit is contained in:
parent
4a0f89beaa
commit
388925f079
4
.github/workflows/build-docs.yml
vendored
4
.github/workflows/build-docs.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user