fix(ci/docs): fix docs deploy (#3317)

This commit is contained in:
Krzysztof Moch
2023-10-26 11:08:16 +02:00
committed by GitHub
parent 85e30f0335
commit 9ba1ca6c32
2 changed files with 2 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ description: Setup bun and install dependencies
inputs:
working-directory:
description: 'working directory for action'
description: 'working directory for bun install'
default: ./
required: false
@@ -27,7 +27,7 @@ runs:
${{ runner.os }}-bun-
- name: Install dependencies
working-directory: github.event.inputs.working-directory
working-directory: ${{ inputs.working-directory }}
if: steps.bun-cache.outputs.cache-hit != 'true'
run: bun install
shell: bash