mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
Download hugo from releases in workflow
This commit is contained in:
parent
73ed73a26a
commit
98d18c3cef
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -9,7 +9,9 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Install Hugo
|
||||
run: sudo apt-get install hugo
|
||||
run: |
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.57.2/hugo_0.57.2_Linux-64bit.deb -O /tmp/hugo.deb
|
||||
sudo dpkg -i /tmp/hugo.deb
|
||||
|
||||
- name: Run Hugo
|
||||
working-directory: exampleSite
|
||||
|
Loading…
Reference in New Issue
Block a user