Skip to content

Commit

Permalink
Test1 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SunyongKwon committed May 21, 2024
1 parent 536d36b commit 951a032
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: "docs/_site/"

Expand Down
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layouts: default
title: Features and Examples
nav_order: 3
description: "Feature and example"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layouts: default
title: Home
nav_order: 1
description: "Quick description"
Expand Down
3 changes: 1 addition & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
layout: default
layouts: default
title: Install
nav_order: 2
description: "Installtion descrition"
---

# Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/preinstall.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layouts: default
title: Preinstall
nav_order: 4
description: "Before installation"
Expand Down

0 comments on commit 951a032

Please sign in to comment.