Skip to content

Commit b1d4a6c

Browse files
committed
fix typo, don't reinstall antora
1 parent 340801e commit b1d4a6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk add --no-cache python3 py3-pip
1919
RUN pip install pyyaml
2020
RUN pip install watchdog
2121

22-
RUN npm install -g antora @antora/lunr-extension
22+
RUN npm install -g @antora/lunr-extension
2323

2424
USER node
2525

tools/update_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def main():
1111
cwd=str(REPO_PATH))
1212

1313
subprocess.run(
14-
["docker", "push", "ghrc.io/fuquery/antora:latest"],
14+
["docker", "push", "ghcr.io/fuquery/antora:latest"],
1515
check=True,
1616
cwd=str(REPO_PATH))
1717

0 commit comments

Comments
 (0)