mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-08 02:08:02 +00:00
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||||
with:
|
with:
|
||||||
files: README.md
|
files: README.md
|
||||||
config_file: ".markdownlint.json"
|
config_file: "./test/.markdownlint.json"
|
||||||
|
|
||||||
- name: Node setup
|
- name: Node setup
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"generator-awesome-list": {
|
|
||||||
"promptValues": {
|
|
||||||
"username": "Unmesh Gundecha",
|
|
||||||
"email": "upgundecha@gmail.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
markdown: CommonMarkGhPages
|
|
||||||
27
index.html
27
index.html
@@ -1,27 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
<meta
|
|
||||||
name="viewport"
|
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
|
|
||||||
/>
|
|
||||||
<title>awesome-engineering</title>
|
|
||||||
<!-- Stylesheet -->
|
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://unpkg.com/@egoist/docup@1/dist/docup.min.css"
|
|
||||||
/>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<!-- Script -->
|
|
||||||
<script src="https://unpkg.com/@egoist/docup@1/dist/docup.min.js"></script>
|
|
||||||
<!-- Start app -->
|
|
||||||
<script>
|
|
||||||
docup.init({
|
|
||||||
// ..options
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user