Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
actions
/
jekyll-build-pages
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
f5c50bd
.github
bin
test_projects
future-false
future-true
jekyll-include-cache
mojombo
octicons
_expected
assets
README.md
index.html
README.md
_config.yml
readme
simple
themes
.gitattributes
Dockerfile
Gemfile
LICENSE
README.md
action.yml
entrypoint.sh
Breadcrumbs
jekyll-build-pages
/
test_projects
/
octicons
/
_expected
/
index.html
Copy path
Blame
Blame
Latest commit
Yoann Chaudet
update fixture the proper way
Aug 6, 2024
c77dce5
·
Aug 6, 2024
History
History
59 lines (42 loc) · 3.04 KB
Breadcrumbs
jekyll-build-pages
/
test_projects
/
octicons
/
_expected
/
index.html
Top
File metadata and controls
Code
Blame
59 lines (42 loc) · 3.04 KB
Raw
<!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.8.0 --> <title>Readme Test | jekyll-build-pages</title> <meta name="generator" content="Jekyll v3.10.0" /> <meta property="og:title" content="Readme Test" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." /> <meta property="og:description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." /> <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-build-pages" /> <meta property="og:type" content="website" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Readme Test" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebSite","description":"A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.","headline":"Readme Test","name":"jekyll-build-pages","url":"https://github.com/pages/actions/jekyll-build-pages/"}</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-build-pages</a></h1> <h1 id="readme-test">Readme Test</h1> <svg height="32" class="octicon octicon-alert right left" aria-label="hi" viewBox="0 0 24 24" version="1.1" width="32" role="img"><path d="M13 17.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-8.25a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0v-4.5z"></path><path fill-rule="evenodd" d="M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752L9.836 3.244zm3.03.751a1 1 0 00-1.732 0L2.168 19.499A1 1 0 003.034 21h17.932a1 1 0 00.866-1.5L12.866 3.994z"></path></svg> <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> </body> </html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
You can’t perform that action at this time.