Specify run-on for github workflow

This commit is contained in:
Alex Shpak 2019-08-22 22:48:27 +02:00
parent face62569e
commit 03b8e93481

View File

@ -4,9 +4,9 @@ on: [push]
jobs: jobs:
hugo: hugo:
container: klakegg/hugo:ext-alpine runs-on: ubuntu-18.04
steps: steps:
- name: Install Hugo - name: Install Hugo
run: apt-get install hugo run: sudo apt-get install hugo
- name: Run Hugo - name: Run Hugo
run: (cd exampleSite; hugo) run: (cd exampleSite; hugo)