Skip to content

Commit

Permalink
debug stuffs x3 #259
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Aug 6, 2020
1 parent feafce8 commit 60d0c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# todo - remove this stanza
- name: All Branches - Test path to bash script
run: .github/scripts/deleteme.sh
run: ./.github/scripts/deleteme.sh

- name: All Branches - Git checkout, including recursive call for Docsy theme
uses: actions/checkout@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
# todo - put this in a bash script so users can easily run it locally?
- name: All Branches - Run Muffet link checkier
run: .github/scripts/muffet.sh
run: ./.github/scripts/muffet.sh

- name: Master Branch Only - Install Node 12.x
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 60d0c02

Please sign in to comment.