Skip to content

Commit bc0c042

Browse files
Djalma AndradeDjalma Andrade
authored andcommitted
fix(ci): run docs pipeline from repository root
1 parent 158cb70 commit bc0c042

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
runs-on: ubuntu-latest
3737
defaults:
3838
run:
39-
working-directory: docs
39+
working-directory: .
4040
steps:
4141
- uses: actions/checkout@v6
4242
- name: Set up Ruby
4343
uses: ruby/setup-ruby@v1
4444
with:
4545
bundler-cache: true
46-
working-directory: docs
46+
working-directory: .
4747
- name: Install pnpm
4848
uses: pnpm/action-setup@v5
4949
with:
@@ -52,9 +52,9 @@ jobs:
5252
- name: Setup Node
5353
uses: actions/setup-node@v6
5454
with:
55-
node-version-file: docs/.node-version
55+
node-version-file: .node-version
5656
cache: pnpm
57-
cache-dependency-path: docs/pnpm-lock.yaml
57+
cache-dependency-path: pnpm-lock.yaml
5858
- name: Install dependencies
5959
run: pnpm install
6060
- name: Lint
@@ -82,5 +82,5 @@ jobs:
8282
with:
8383
imageName: ghcr.io/ruby-ui/web-devcontainer
8484
cacheFrom: ghcr.io/ruby-ui/web-devcontainer
85-
subFolder: docs
85+
subFolder: .
8686
push: always

0 commit comments

Comments
 (0)