Skip to content

Commit

Permalink
Update github-pages-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilophor authored Jan 8, 2024
1 parent fa7bafa commit d44acb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 @@ -23,6 +23,10 @@ concurrency:
group: pages
cancel-in-progress: false

defaults:
run:
working-directory: ./app

jobs:
# Build job
build:
Expand All @@ -31,6 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: docs
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
Expand Down

0 comments on commit d44acb7

Please sign in to comment.