Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-12 09:10:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-12 09:10:45 +0300
commitd89147da045b9d00c4e35de3c7b39ed2b02ef7a6 (patch)
treee5adaeb09829e7109ccabc97fc5d395c75e47027 /doc/ci
parentfdc2b6184d20e767f089557f3cdc68837a6aacfb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/index.md b/doc/ci/yaml/index.md
index 8d64c82ce46..282b5437f00 100644
--- a/doc/ci/yaml/index.md
+++ b/doc/ci/yaml/index.md
@@ -3130,7 +3130,7 @@ pages:
environment: production
```
-This example moves all files from a `my-html-content/` directory to the `public/` directory.
+This example renames the `my-html-content/` directory to `public/`.
This directory is exported as an artifact and published with GitLab Pages.
#### `pages:publish`
@@ -4111,7 +4111,7 @@ job2:
**Additional details**:
-- When you use [these special characters in `script`](script.md#use-special-characters-with-script), you must use single quotes (`'`) or double quotes (`"`) .
+- When you use [these special characters in `script`](script.md#use-special-characters-with-script), you must use single quotes (`'`) or double quotes (`"`).
**Related topics**: