name: Build Example Site on: [push] jobs: hugo: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master - name: Install Hugo run: sudo apt-get install hugo - name: Run Hugo working-directory: exampleSite run: hugo --themesDir ../..