From 1383393be68df44726138ba391c2c2550766629f Mon Sep 17 00:00:00 2001 From: mrjones-plip Date: Thu, 6 Aug 2020 17:01:28 -0700 Subject: [PATCH] debug stuffs x7 #259 --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dd23a2e8..484106439 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,20 +16,21 @@ jobs: runs-on: ubuntu-18.04 steps: + - name: All Branches - Git checkout, including recursive call for Docsy theme + uses: actions/checkout@v2 + with: + submodules: recursive # Fetch the Docsy theme + fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + - name: deubg shell: bash +# working-directory: ${{ github.workspace }} run: | ls pwd ./.github/scripts/deleteme.sh this-command-will-fail - - name: All Branches - Git checkout, including recursive call for Docsy theme - uses: actions/checkout@v2 - with: - submodules: recursive # Fetch the Docsy theme - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - name: All Branches - Install hugo extended v0.71.1 uses: peaceiris/actions-hugo@v2 with: