You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/enterprise-management/increasing-storage-capacity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ As more users join {% data variables.product.product_location %}, you may need t
30
30
{% data reusables.enterprise_installation.ssh-into-instance %}
31
31
3. Put the appliance in maintenance mode. For more information, see "[Enabling and scheduling maintenance mode](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-and-scheduling-maintenance-mode)."
32
32
4. Reboot the appliance to detect the new storage allocation.
33
-
5. Run the `ghe-storage-extend` command to expand the `/data` filesystem:
33
+
5. Run the `ghe-storage-extend` command to expand the `/data/user` filesystem:
Copy file name to clipboardExpand all lines: content/github/administering-a-repository/configuration-options-for-dependency-updates.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ updates:
122
122
123
123
### `schedule.interval`
124
124
125
-
**Required** You must define how often to check for new versions and raise pull requests for version updates to each package manager. By default, this is at 5am UTC. To modify this, use [`schedule.time`](#scheduletime) and [`schedule.timezone`](#scheduletimezone).
125
+
**Required** You must define how often to check for new versions for each package manager. By default, this is at 5am UTC. To modify this, use [`schedule.time`](#scheduletime) and [`schedule.timezone`](#scheduletimezone).
126
126
127
127
- `daily`—runs on every weekday, Monday to Friday.
128
128
- `weekly`—runs once each week. By default, this is on Monday. To modify this, use [`schedule.day`](#scheduleday).
Copy file name to clipboardExpand all lines: content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
39
39
40
40
{% data reusables.pages.navigate-site-repo %}
41
41
{% data reusables.repositories.sidebar-settings %}
42
-
{% data reusables.pages.save-custom-domain %}
42
+
4. Under "Custom domain", type your custom domain, then click **Save**. This will create a commit that adds a _CNAME_ file in the root of your publishing source.
5. Navigate to your DNS provider and create a `CNAME` record that points your subdomain to the default domain for your site. For example, if you want to use the subdomain `www.example.com` for your user site, create a `CNAME` record that points `www.example.com` to `<user>.github.io`. If you want to use the subdomain `www.anotherexample.com` for your organization site, create a `CNAME` record that points `www.anotherexample.com` to `<organization>.github.io`. The `CNAME` record should always point to `<user>.github.io` or `<organization>.github.io`, excluding the repository name. {% data reusables.pages.contact-dns-provider %} {% data reusables.pages.default-domain-information %}
@@ -63,7 +64,8 @@ To set up an apex domain, such as `example.com`, you must configure a _CNAME_ fi
63
64
64
65
{% data reusables.pages.navigate-site-repo %}
65
66
{% data reusables.repositories.sidebar-settings %}
66
-
{% data reusables.pages.save-custom-domain %}
67
+
4. Under "Custom domain", type your custom domain, then click **Save**. This will create a commit that adds a _CNAME_ file in the root of your publishing source.
5. Navigate to your DNS provider and create either an `ALIAS`, `ANAME`, or `A` record. {% data reusables.pages.contact-dns-provider %}
68
70
- To create an `ALIAS` or `ANAME` record, point your apex domain to the default domain for your site. {% data reusables.pages.default-domain-information %}
69
71
- To create an `A` record, point your apex domain to the IP addresses for {% data variables.product.prodname_pages %}.
0 commit comments