Skip to content

Commit c6236a2

Browse files
committed
ci: update working directory for website CI/CD workflow
1 parent 6ed7bd4 commit c6236a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2424
with:
2525
name: build-artifacts
26-
path: website/dist
26+
path: website/typst-docs-web/dist
2727
- name: Deploy
2828
if: github.ref == 'refs/heads/main'
2929
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
3030
with:
31-
folder: website/dist # The folder the action should deploy.
31+
folder: website/typst-docs-web/dist # The folder the action should deploy.
3232

3333
textlint-md:
3434
runs-on: ubuntu-24.04
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5353
with:
5454
name: build-artifacts
55-
path: website/dist
55+
path: website/typst-docs-web/dist
5656
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
5757
- name: Install dependencies
5858
run: bun install --frozen-lockfile
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-24.04
6464
defaults:
6565
run:
66-
working-directory: ./website
66+
working-directory: website/typst-docs-web
6767
strategy:
6868
fail-fast: false
6969
matrix:

0 commit comments

Comments
 (0)