File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
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
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
You can’t perform that action at this time.
0 commit comments