mirror of https://github.com/onweru/compose.git

weru
06.03.2020 79aab43cffaab26134f8cf0d64d84f947895eab2
try temp workaround
1 files modified
3 ■■■■■ changed files
.github/workflows/ci.yaml 3 ●●●●● patch | view | raw | blame | history
.github/workflows/ci.yaml
@@ -25,6 +25,9 @@
        cp -a layouts compose/layouts
        cp -a static compose/static
        cp theme.toml compose/theme.toml
        git add compose
        commit_message=$(git commit -m "duplicate temp." -a | tr -d '\n' || true)
        echo "::set-output name=commit_message::$commit_message"
    - name: Build site with Hugo
      uses: onweru/build-hugo@v0.75.1