update fixture the proper way
This commit is contained in:
@@ -38,18 +38,18 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
|
||||
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
|
||||
|
||||
|
||||
|
||||
<p>Everything’s coming up Milhouse.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/_posts/2020-02-13-the-future-is-looking-bright.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
||||
<script>anchors.add();</script>
|
||||
|
||||
@@ -38,18 +38,18 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
|
||||
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
|
||||
|
||||
|
||||
|
||||
<p>Everything’s coming up Milhouse.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/_posts/2020-02-13-the-future-is-looking-bright.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
||||
<script>anchors.add();</script>
|
||||
|
||||
@@ -38,18 +38,18 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
|
||||
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
|
||||
|
||||
|
||||
|
||||
<p>And it’s not even the cool hell that [redacted] are afraid of. 😭</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/_posts/2022-03-01-we-live-in-hell.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
||||
<script>anchors.add();</script>
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
|
||||
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
<hr />
|
||||
@@ -48,11 +48,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/index.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
||||
<script>anchors.add();</script>
|
||||
|
||||
@@ -881,8 +881,8 @@ format. You can find the full spec at <a href="http://tomdoc.org"&g
|
||||
<span class="c1">#</span>
|
||||
<span class="c1"># Examples</span>
|
||||
<span class="c1">#</span>
|
||||
<span class="c1"># multiplex('Tom', 4)</span>
|
||||
<span class="c1"># # =&gt; 'TomTomTomTom'</span>
|
||||
<span class="c1"># multiplex('Tom', 4)</span>
|
||||
<span class="c1"># # =&gt; 'TomTomTomTom'</span>
|
||||
<span class="c1">#</span>
|
||||
<span class="c1"># Returns the duplicated String.</span>
|
||||
<span class="k">def</span> <span class="nf">multiplex</span><span class="p">(</span><span class="n">text</span><span class="p">,</span> <span class="n">count</span><span class="p">)</span>
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
|
||||
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
|
||||
|
||||
|
||||
|
||||
<h1 id="readme-test">Readme Test</h1>
|
||||
|
||||
@@ -47,11 +47,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/README.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
||||
<script>anchors.add();</script>
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
|
||||
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">jekyll-build-pages</a></h1>
|
||||
|
||||
|
||||
|
||||
<h1 id="readme-test">Readme Test</h1>
|
||||
|
||||
@@ -48,11 +48,11 @@
|
||||
<p>Here’s a jemoji <img class="emoji" title=":+1:" alt=":+1:" src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png" height="20" width="20"></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/README.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
||||
<script>anchors.add();</script>
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-lg px-3 my-5 markdown-body">
|
||||
|
||||
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">Jekyll Actions Demo</a></h1>
|
||||
|
||||
|
||||
|
||||
<p>Hello Welcome to My Home Page</p>
|
||||
|
||||
@@ -49,11 +49,11 @@
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
|
||||
This site is open source. <a href="https://github.com/actions/jekyll-build-pages/edit/gh-pages/index.md">Improve this page</a>.
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
|
||||
<script>anchors.add();</script>
|
||||
|
||||
@@ -43,17 +43,17 @@
|
||||
<header>
|
||||
<h1><a href="https://github.com/pages/actions/jekyll-build-pages/">themes</a></h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</p>
|
||||
|
||||
|
||||
|
||||
<p class="view"><a href="https://github.com/actions/jekyll-build-pages">View the Project on GitHub <small>actions/jekyll-build-pages</small></a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
<section>
|
||||
|
||||
@@ -62,9 +62,9 @@
|
||||
|
||||
</section>
|
||||
<footer>
|
||||
|
||||
|
||||
<p>This project is maintained by <a href="https://github.com/actions">actions</a></p>
|
||||
|
||||
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user