From 9cd072bfc336f3eeb453c279dc3953e2a7e3d9fd Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 02 Oct 2024 08:41:50 +0000
Subject: [PATCH] chore(deps): bump hast-util-to-string from 3.0.0 to 3.0.1 (#1466)
---
docs/hosting.md | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/hosting.md b/docs/hosting.md
index 0130275..eaeea19 100644
--- a/docs/hosting.md
+++ b/docs/hosting.md
@@ -61,7 +61,8 @@
with:
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v4
- node-version: 22
+ with:
+ node-version: 22
- name: Install Dependencies
run: npm ci
- name: Build Quartz
@@ -207,7 +208,7 @@
paths:
- public
tags:
- - docker
+ - gitlab-org-docker
pages:
stage: deploy
--
Gitblit v1.10.0