mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
ci: fix working directory
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
2
.github/workflows/test-website.yaml
vendored
2
.github/workflows/test-website.yaml
vendored
@@ -36,9 +36,11 @@ jobs:
|
||||
|
||||
- name: Install build and test dependencies
|
||||
run: make install-deps
|
||||
working-directory: ./
|
||||
|
||||
- name: Generate docs
|
||||
run: make docs
|
||||
working-directory: ./
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
2
.github/workflows/website.yaml
vendored
2
.github/workflows/website.yaml
vendored
@@ -37,9 +37,11 @@ jobs:
|
||||
|
||||
- name: Install build and test dependencies
|
||||
run: make install-deps
|
||||
working-directory: ./
|
||||
|
||||
- name: Generate docs
|
||||
run: make docs
|
||||
working-directory: ./
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
Reference in New Issue
Block a user