mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-23 15:41:29 +00:00
Add checkout action to workflow
This commit is contained in:
parent
03b8e93481
commit
624cefb3c0
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -6,6 +6,7 @@ jobs:
|
|||||||
hugo:
|
hugo:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
run: sudo apt-get install hugo
|
run: sudo apt-get install hugo
|
||||||
- name: Run Hugo
|
- name: Run Hugo
|
||||||
|
Loading…
Reference in New Issue
Block a user