Skip to content
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bugfix(:bug) bad yaml syntax
  • Loading branch information
atomicpages committed Aug 23, 2020
commit 0d8f652b35b1b583c7631da1a57964a68f313124
7 changes: 3 additions & 4 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Check changes in stories
uses: netlify/actions/diff-includes@master
with:
args: docs
uses: netlify/actions/diff-includes@master
with:
args: docs
build:
runs-on: ubuntu-latest
strategy:
Expand All @@ -25,4 +25,3 @@ jobs:
run: |
npm i
npm run build