From 048c783d27b0d18922435abca0c9f5ab454757a3 Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Mon, 22 Apr 2024 00:43:06 +0200 Subject: [PATCH] fix: typo --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 53c38d4..8ebf86a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -40,7 +40,7 @@ jobs: with: basePath: ./ entryPoints: src/index.ts - out_dir: website + output_dir: website - name: Setup Pages uses: actions/configure-pages@v3