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

weru
06.54.2020 0e4bd2a85c8eebd7902a2b5c0b1c465ae6c71255
try duplicating resource files
1 files modified
10 ■■■■■ changed files
.github/workflows/ci.yaml 10 ●●●●● patch | view | raw | blame | history
.github/workflows/ci.yaml
@@ -16,6 +16,16 @@
    - name: Checkout master branch
      uses: actions/checkout@v2
    # Copy theme files into compose/ dir (do not commit)
    - name: Copy themes files temporarily
      id: can_duplicate
      run: |
        mkdir compose
        cp -a assets compose/assets
        cp -a layouts compose/layouts
        cp -a static compose/static
        cp theme.toml compose/theme.toml
    - name: Build site with Hugo
      uses: onweru/build-hugo@v0.75.1