Skip to content

Commit

Permalink
Adding better support for GitHub gists
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Rairdon committed Aug 29, 2024
1 parent 05c9b27 commit 356f322
Show file tree
Hide file tree
Showing 5 changed files with 1,158 additions and 20 deletions.
2 changes: 2 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>

<link rel="preload" as="style" href="{{ site.url }}/assets/css/main.css">
<link rel="preload" as="style" href="{{ site.url }}/assets/css/github-gist.css">

<!-- For all browsers -->
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
<link rel="stylesheet" href="{{ site.url }}/assets/css/github-gist.css">

<meta http-equiv="cleartype" content="on">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ doint already so the following method looks pretty promising:

### PowerShell time!

Following the above strategy I wrote up a quick PowerShell script (gist to keep up to date) that seems to get me everything I need:
Following the above strategy I wrote up a quick PowerShell script that seems to get me everything I need:

<script src="https://gist.github.com/Tiberriver256/99452a6bd254327acceb0405e34d2230.js?file=Get-BuildPipelineScopedChanges.ps1"></script>
Loading

0 comments on commit 356f322

Please sign in to comment.