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: