Skip to content

Commit

Permalink
Push docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Bovolato committed Mar 29, 2024
1 parent d494db2 commit 5c5b8e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
- uses: ./.github/actions/base
- run: pnpm build
- run: pnpm lint
- env:
CI: true
run: pnpm test
- run: pnpm test
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Deploy docs
on:
push:
workflow_run:
workflows: ["CI"]
types: [completed]
branches:
- master
- "master"
permissions:
contents: read
pages: write
Expand Down

0 comments on commit 5c5b8e4

Please sign in to comment.