We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0825fd2 commit 7d0e6daCopy full SHA for 7d0e6da
1 file changed
packages/foo-api-docs/docs/lighthouse-check-github-action/examples.md
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@master
43
- - run: mkdir ${{ github.workspace }}/tmp/artifacts
+ - run: mkdir -p ${{ github.workspace }}/tmp/artifacts
44
- name: Lighthouse
45
uses: foo-software/lighthouse-check-action@master
46
with:
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
- name: Run Lighthouse
76
77
0 commit comments