Skip to content

Commit

Permalink
updating css on specific code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
TIGHEDEV committed Oct 10, 2023
1 parent 783d3d7 commit d24673e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion helper/src/components/deployTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ gh secret set --repo ${deploy.githubrepo} USER_OBJECT_ID -b $spId
<Text>* Requires <Link target="_gh" href="https://github.com/cli/cli">GitHub CLI</Link>, or execute in the <Link target="_cs" href="http://shell.azure.com/">Azure Cloud Shell (where it is pre-installed)</Link>.</Text>
<Separator></Separator>

<Text style={{marginTop: '20px'}}>Add the following code to a new file in your repos <code>.github/workflows</code> folder, this will call the AKS-Construction reusable workflow. NOTE: This example creates a manually triggered Action</Text>
<Text style={{marginTop: '20px'}}>Add the following code to a new file in your repos <code style={{ "background-color": "#e6e6e6"}}>.github/workflows</code> folder, this will call the AKS-Construction reusable workflow. NOTE: This example creates a manually triggered Action</Text>
<CodeBlock testId={'deploy-github-actions'} lang="github actions" deploycmd={`name: Deploy AKS-Construction
on:
Expand Down
1 change: 0 additions & 1 deletion helper/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pre {

code {
color: #171717;
background-color: #e6e6e6;
line-height: 130%;
direction: ltr;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
Expand Down

0 comments on commit d24673e

Please sign in to comment.