Skip to content

Commit

Permalink
Merge pull request #12 from LeXXik/master
Browse files Browse the repository at this point in the history
YML update
  • Loading branch information
yohami authored May 3, 2024
2 parents 3a09d46 + f8341d1 commit 65d8c78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

docs:
name: Docs
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down Expand Up @@ -91,4 +92,4 @@ jobs:
run: npm clean-install --progress=false --no-fund

- name: Run ESLint
run: npm run lint
run: npm run lint

0 comments on commit 65d8c78

Please sign in to comment.