Skip to content

Commit f1675a9

Browse files
committed
mdx-to-md: gitbase way
1 parent 5590263 commit f1675a9

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/liara.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: "20"
16-
1716
- name: install-dependencies
1817
run: npm ci
1918
- name: update-liara

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ENV MY_API_KEY=$MY_API_KEY
99

1010
WORKDIR /app
1111

12-
RUN apk add --no-cache git
13-
1412
COPY package*.json /app/
1513

1614
RUN npm ci

0 commit comments

Comments
 (0)