Merge branch 'main' into main
This commit is contained in:
5
data/features/build-pages-with-actions.yml
Normal file
5
data/features/build-pages-with-actions.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Issue 7584
|
||||
# Building Pages sites with Actions [GA]
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
7
data/features/syncing-fork-web-ui.yml
Normal file
7
data/features/syncing-fork-web-ui.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Issue 7629
|
||||
# Improved UI for manually syncing a fork
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>=3.7'
|
||||
ghae: 'issue-7629'
|
||||
@@ -1,6 +1,6 @@
|
||||
# TOTP and mobile challenge for sudo mode prompt.
|
||||
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
#fpt: '*'
|
||||
#ghec: '*'
|
||||
ghes: '>= 3.7'
|
||||
|
||||
@@ -1 +1 @@
|
||||
Environments, environment protection rules, and environment secrets are available in **public** repositories for all products. For access to environments in **private** repositories, you must use {% data variables.product.prodname_enterprise %}. {% data reusables.gated-features.more-info %}
|
||||
Environments, environment protection rules, and environment secrets are available in **public** repositories for all products. For access to environments in **private** or **internal** repositories, you must use {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, or {% data variables.product.prodname_enterprise %}. {% data reusables.gated-features.more-info %}
|
||||
|
||||
1
data/reusables/getting-started/math-and-diagrams.md
Normal file
1
data/reusables/getting-started/math-and-diagrams.md
Normal file
@@ -0,0 +1 @@
|
||||
{% ifversion mermaid %}You can use Markdown to add rendered math expressions, diagrams, maps, and 3D models to your wiki. For more information on creating rendered math expressions, see "[Writing mathematical expressions](/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)." For more information on creating diagrams, maps and 3D models, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."{% endif %}
|
||||
@@ -1,8 +1,10 @@
|
||||
{% ifversion fpt %}
|
||||
1. Unless your {% data variables.product.prodname_pages %} site is built from a private or internal repository and published from a branch, your site is built and deployed with a {% data variables.product.prodname_actions %} workflow. For more information about how to view the workflow status, see "[Viewing workflow run history](/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history)."
|
||||
{% ifversion build-pages-with-actions %}
|
||||
1. Your {% data variables.product.prodname_pages %} site is built and deployed with a {% data variables.product.prodname_actions %} workflow. For more information, see "[Viewing workflow run history](/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history)".
|
||||
|
||||
{% note %}
|
||||
{% note %}
|
||||
|
||||
{% data reusables.pages.pages-builds-with-github-actions-public-beta %}
|
||||
**Note:** {% data variables.product.prodname_actions %} is free for public repositories. Usage charges apply for private and internal repositories that go beyond the monthly allotment of free minutes. For more information, see "[Usage limits, billing, and administration](/actions/reference/usage-limits-billing-and-administration)".
|
||||
|
||||
{% endnote %}{% endif %}
|
||||
{% endnote %}
|
||||
|
||||
{% endif %}
|
||||
@@ -1,5 +0,0 @@
|
||||
{% ifversion fpt %}
|
||||
|
||||
**Note:** {% data variables.product.prodname_actions %} workflow runs for your {% data variables.product.prodname_pages %} sites are in public beta for public repositories and subject to change. {% data variables.product.prodname_actions %} workflow runs are free for public repositories.
|
||||
|
||||
{% endif %}
|
||||
@@ -1,5 +1,5 @@
|
||||
{% warning %}
|
||||
|
||||
**Warning:** We strongly recommend not using wildcard DNS records, such as `*.example.com`. A wildcard DNS record will allow anyone to host a {% data variables.product.prodname_pages %} site at one of your subdomains.
|
||||
**Warning:** We strongly recommend not using wildcard DNS records, such as `*.example.com`. A wildcard DNS record will allow anyone to host a {% data variables.product.prodname_pages %} site at one of your subdomains even when they are verified. For more information, see "[Verifying your custom domain for {% data variables.product.prodname_pages %}](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)."
|
||||
|
||||
{% endwarning %}
|
||||
|
||||
@@ -10,6 +10,8 @@ Atlassian | Bitbucket Server Personal Access Token | bitbucket_server_personal_a
|
||||
Azure | Azure Active Directory Application Secret | azure_active_directory_application_secret
|
||||
Azure | Azure Cache for Redis Access Key | azure_cache_for_redis_access_key
|
||||
Azure | Azure DevOps Personal Access Token | azure_devops_personal_access_token
|
||||
{%- ifversion fpt or ghec or ghes > 3.6 or ghae-issue-7456 %}
|
||||
Azure | Azure Storage Account Key | azure_storage_account_key{% endif %}
|
||||
Checkout.com | Checkout.com Production Secret Key | checkout_production_secret_key
|
||||
Clojars | Clojars Deploy Token | clojars_deploy_token
|
||||
Databricks | Databricks Access Token | databricks_access_token
|
||||
|
||||
@@ -14,11 +14,6 @@ header:
|
||||
<a id="to-english-doc" href="/en">English documentation</a>.
|
||||
If there's a problem with translations on this page, please
|
||||
<a href="https://github.com/contact?form[subject]=translation%20issue%20on%20docs.github.com&form[comments]=">let us know</a>.
|
||||
localization_in_progress:
|
||||
Hello, explorer! This page is under active development or
|
||||
still in translation. For the most up-to-date and accurate information,
|
||||
please visit our
|
||||
<a id="to-english-doc" href="/en">English documentation</a>.
|
||||
early_access: 📣 Please <b>do not share</b> this URL publicly. This page contains content about an early access feature.
|
||||
release_notes_use_latest: Please use the latest release for the latest security, performance, and bug fixes.
|
||||
# GHES release notes
|
||||
|
||||
Reference in New Issue
Block a user