Skip to content

Commit

Permalink
app/docs -> docs. move github actions to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpoll committed Sep 11, 2024
1 parent 0386c6d commit a8de053
Show file tree
Hide file tree
Showing 62 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: "Chromatic"

on:
push:
paths:
- "packages/**"
branches:
- main
pull_request:
paths:
- "packages/**"
types: [opened, synchronize, reopened]

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# using the `master` branch as the default branch.
push:
paths:
- "apps/docs/**"
- "docs/**"
branches: [main]

# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build with VitePress
run: pnpm docs:build
run: pnpm turbo docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: .vitepress/dist
path: docs/.vitepress/dist

# Deployment job
deploy:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- "apps/*"
- "docs"
- "packages/*"

0 comments on commit a8de053

Please sign in to comment.