We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aeeb4a commit 986d871Copy full SHA for 986d871
2 files changed
.github/workflows/build-webpage.yml
@@ -32,10 +32,6 @@ jobs:
32
33
steps:
34
- uses: actions/checkout@v6
35
- - id: files
36
- uses: masesgroup/retrieve-changed-files@v4
37
- with:
38
- format: "csv"
39
- name: Use Node.js
40
uses: actions/setup-node@v6
41
with:
webpage/Dockerfile
@@ -6,7 +6,7 @@ FROM node:22-alpine AS node
6
WORKDIR /app
7
8
## Install Python 3 for HTML fixer script
9
-#RUN apk add --no-cache python3
+RUN apk add --no-cache python3
10
11
# Copy package files first for better layer caching
12
COPY package*.json ./
0 commit comments