5a78e45c89
the `record_expected_output` script now uses the `act` utility (https://github.com/nektos/act) to run this repo's action in a container as github actions would. You can now pass one argument to that, `local`, to go back to running `github-pages` on your local ruby install. (I removed the `.ruby-version` file since we don't *need* to record using the local env anymore, so make sure that you're on Ruby 2.7.4) This eliminates the inconsistency between recorded output and generated output on actions, so we don't need to ignore any lines in `diff` anymore.
59 lines
2.3 KiB
HTML
59 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Begin Jekyll SEO tag v2.7.1 -->
|
|
<title>Jekyll Actions Demo</title>
|
|
<meta name="generator" content="Jekyll v3.9.0" />
|
|
<meta property="og:title" content="Jekyll Actions Demo" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-pages/" />
|
|
<meta property="og:url" content="https://github.com/pages/actions/jekyll-build-pages/" />
|
|
<meta property="og:site_name" content="Jekyll Actions Demo" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta property="twitter:title" content="Jekyll Actions Demo" />
|
|
<script type="application/ld+json">
|
|
{"url":"https://github.com/pages/actions/jekyll-build-pages/","@type":"WebSite","headline":"Jekyll Actions Demo","name":"Jekyll Actions Demo","@context":"https://schema.org"}</script>
|
|
<!-- End Jekyll SEO tag -->
|
|
|
|
<link rel="stylesheet" href="/pages/actions/jekyll-build-pages/assets/css/style.css?v=JEKYLL_BUILD_REVISION">
|
|
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
|
|
|
|
<!-- Setup Google Analytics -->
|
|
|
|
|
|
|
|
<!-- You can set your favicon here -->
|
|
<!-- link rel="shortcut icon" type="image/x-icon" href="/pages/actions/jekyll-build-pages/favicon.ico" -->
|
|
|
|
<!-- end custom head snippets -->
|
|
|
|
</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>
|
|
|
|
<ul>
|
|
<li>Original date - 2020-04-13T10:20:00Z</li>
|
|
<li>With timeago filter - 2020-04-13T10:20:00Z</li>
|
|
</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>
|
|
</body>
|
|
</html>
|