Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax authored May 7, 2024
1 parent 610c9b8 commit 53a1734
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [main]
branches: [docs]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'docs'
- uses: pnpm/action-setup@v3
with:
version: latest
Expand Down

0 comments on commit 53a1734

Please sign in to comment.