From 47140c8282385668a919b49d5ecfa182078ddf13 Mon Sep 17 00:00:00 2001 From: itsumura-h <39766805+itsumura-h@users.noreply.github.com> Date: Sat, 30 Sep 2023 01:05:16 +0900 Subject: [PATCH] Fix GitHub page (#28) * fix * fix * . --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cd777a5..4de20dc 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -40,6 +40,8 @@ jobs: run: | curl -fsSL https://bun.sh/install | bash echo "~/.bun/bin" >> $GITHUB_PATH + whitch bun + echo $GITHUB_PATH - name: Build palladian run: | cd examples/document