Skip to content

Commit 7c98cc6

Browse files
committed
Deploying to gh-pages from @ 020b53a 🚀
1 parent a12f4ba commit 7c98cc6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_sources/implementation.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repository.
4242
and delete `this code block <https://github.com/INCATools/ontobot-change-agent/blob/b60d32375941c19672deace22b74814e04a73284/.github/workflows/new-pr-java.yml#L63-L68>`_
4343

4444
.. warning::
45-
This should be done once only. `ontobot-change-agent` already exists as an app on GitHub. This step is solely for the purpose of documentation.
45+
**This should be done once only. `ontobot-change-agent` already exists as an app on GitHub. This step is solely for the purpose of documentation.**
4646

4747
Create a GitHub App at the Organization level such that it has access to specific repositories of concern.
4848
- Go to **Settings** -> **Developer settings** -> **GitHub Apps** -> **New GitHub App**.
@@ -71,7 +71,7 @@ repository.
7171
- Select the organization and repository.
7272
- Click on **Install**.
7373

74-
2. Follow instructions in `actions/create-github-app-token@v1<https://github.com/actions/create-github-app-token>_` to create a GitHub App token.
74+
2. Follow instructions in `actions/create-github-app-token@v1 <https://github.com/actions/create-github-app-token>`_ to create a GitHub App token.
7575
- Add the following code block to the workflow file:
7676

7777
.. code-block:: yaml

implementation.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h2>Step 1: GitHub Workflow Setup<a class="headerlink" href="#step-1-github-work
127127
</div>
128128
<div class="admonition warning">
129129
<p class="admonition-title">Warning</p>
130-
<p>This should be done once only. <cite>ontobot-change-agent</cite> already exists as an app on GitHub. This step is solely for the purpose of documentation.</p>
130+
<p><strong>This should be done once only. `ontobot-change-agent` already exists as an app on GitHub. This step is solely for the purpose of documentation.</strong></p>
131131
<p>Create a GitHub App at the Organization level such that it has access to specific repositories of concern.
132132
- Go to <strong>Settings</strong> -&gt; <strong>Developer settings</strong> -&gt; <strong>GitHub Apps</strong> -&gt; <strong>New GitHub App</strong>.
133133
- Fill in the necessary details and create the GitHub App:</p>
@@ -193,7 +193,7 @@ <h2>Step 1: GitHub Workflow Setup<a class="headerlink" href="#step-1-github-work
193193
</div></blockquote>
194194
</li>
195195
<li><dl>
196-
<dt>Follow instructions in <cite>actions/create-github-app-token&#64;v1&lt;https://github.com/actions/create-github-app-token&gt;_</cite> to create a GitHub App token.</dt><dd><ul class="simple">
196+
<dt>Follow instructions in <a class="reference external" href="https://github.com/actions/create-github-app-token">actions/create-github-app-token&#64;v1</a> to create a GitHub App token.</dt><dd><ul class="simple">
197197
<li><p>Add the following code block to the workflow file:</p></li>
198198
</ul>
199199
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Create GitHub App token</span>

0 commit comments

Comments
 (0)