fixed casing
All checks were successful
Actions / build (push) Successful in 16s

This commit is contained in:
Seaswimmer 2024-10-10 16:15:12 -04:00
parent 64d2ae1220
commit ad5618c6b4
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -2,7 +2,7 @@ FROM catthehacker/ubuntu:act-latest AS uv
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
ENV UV_PYTHON_PREFERENCE=only-managed
FROM uv as docs
FROM uv AS docs
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get update && \
apt-get install -y nodejs && \