Skip to content

Commit

Permalink
debug stuffs x7 #259
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Aug 7, 2020
1 parent 104aaf3 commit 1383393
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1383393

Please sign in to comment.